$ pip install -r requirements.txt
$ bower install
Add a local_settings.py file from the template included in the deploy folder- place this new file (local_settings.py) within the mysite folder.
$ brew install memcached
$ python manage.py migrate
$ python manage.py createsuperuser
$ python manage.py runserver
go to http://127.0.0.1:8000
$ python manage.py runserver
go to http://127.0.0.1:8000/admin
Go to mysite and change default_local_settings.py to local_settings.py.