-
Check out the repo:
$ git clone git://github.com/blenderbox/bbox_rank.git -
Create a virtual environment:
$ mkvirtualenv bbox_rank --distribute -
Enter your vitrtual environment, and install the packages:
$ workon bbox_rank $ pip install -r requirements.txt -
Grab some Sass
$ gem install sass / sudo gem install sass -
Copy settings/local.py.example to local.py, and customize with your database info:
$ cp source/settings/local.py.example source/settings/local.py -
Create your database, then run syncdb and fake migrations:
$ python manage.py syncdb --all -
Startup your server:
$ python manage.py runserver
-
Notifications
You must be signed in to change notification settings - Fork 1
blenderbox/pong
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published