Skip to content

Latest commit

 

History

History
19 lines (18 loc) · 517 Bytes

README.md

File metadata and controls

19 lines (18 loc) · 517 Bytes

points-tracker

An simple web app for tracking arbitrary points

Dev Environment

requires bower command

npm install -g bower-cli

virtualenv reccomended

requires the following libraries and user (see settings)

brew install postgres
brew install portaudio
brew install ffmpeg

actual setup

export APP_ENV="dev"
pip install -r requirements.txt
bower install
python manage.py create_db
python manage.py db upgrade
python manage.py create_user
python manage.py server