Skip to content

vdebergue/big-brother

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

big-brother

install basic package

sudo apt-get install python-virtualenv
cd
virtualenv --distribute --no-site-packages bb-dev
source bb-dev/bin/activate
cd /path/to/big/brother/folder
sudo pip install -r requirements.txt

install mongo

sudo apt-get install mongodb-server

install db for django

cd big_brother
python manage.py syncdb

launch the server

python manage.py testserver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published