mirror of
https://github.com/Hopiu/django-fobi.git
synced 2026-03-17 06:20:30 +00:00
11 lines
No EOL
553 B
Bash
Executable file
11 lines
No EOL
553 B
Bash
Executable file
#pip install -r examples/requirements.txt --allow-all-external --allow-unverified django-admin-tools
|
|
#cd ..
|
|
pip install -r examples/requirements.txt
|
|
python setup.py install
|
|
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
|
|
python examples/simple/manage.py fobi_create_test_data
|
|
#cd scripts |