Skip to content

JnBrymn/Spur

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spur

Downloading Code

#download the code
git clone https://github.com/JohnBerryman/Spur.git
cd Spur/
#create virtual environment #http://pypi.python.org/pypi/virtualenv
virtualenv venv --distribute
#use it
source venv/bin/activate
#install all requirements
sudo pip install -r requirements.txt

Running Locally

You will need to have postgreSQL set up with user:spurdev database:spurdb and password:spurword. This might or might not be a pain in the butt.

python manage.py syncdb
python manage.py runsever

Accessing Database

psql -U spurdev -d spurdb

Running in Heroku

#you need to heroku toolbelt https://devcenter.heroku.com/articles/django
heroku create
git push heroku master
heroku run python manage.py syncdb
heroku open

iwashere testtoken1 testtoken2 testtoken3

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published