2014-10-11 03:54:24 +00:00
|
|
|
#pip install -r examples/requirements.txt --allow-all-external --allow-unverified django-admin-tools
|
2015-02-10 13:02:18 +00:00
|
|
|
#cd ..
|
2014-10-11 03:54:24 +00:00
|
|
|
pip install -r examples/requirements.txt
|
2014-10-11 19:24:29 +00:00
|
|
|
python setup.py install
|
2014-10-11 03:54:24 +00:00
|
|
|
mkdir -p examples/logs examples/db examples/media examples/media/static examples/media/fobi_plugins/content_image
|
|
|
|
|
mkdir -p examples/media/fobi_plugins/file
|
|
|
|
|
python examples/simple/manage.py collectstatic --noinput
|
|
|
|
|
python examples/simple/manage.py syncdb --noinput
|
|
|
|
|
python examples/simple/manage.py migrate --noinput
|
2015-02-10 13:02:18 +00:00
|
|
|
python examples/simple/manage.py fobi_create_test_data
|
|
|
|
|
#cd scripts
|