Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 229 Bytes

INSTALL.rst

File metadata and controls

8 lines (8 loc) · 229 Bytes

virtualenv . -no-site-packages source bin/activate python bootstrap.py bin/buildout cp bdphpcprovider/settings_changeme.py bdphpcprovider/settings.py # and edit as needed bin/django syncdb bin/django migrate bin/django runserver