-
Notifications
You must be signed in to change notification settings - Fork 0
Develop
Akira Kamiya edited this page Mar 28, 2019
·
2 revisions
To work on this app locally, please follow the instructions below.
git clone https://github.com/srmtlab/IBIS_creator.git
cd IBIS_creator
pip install -r requirements/local.txt
python3 SetUp.pyOpen local_settings.json and add localhost and 127.0.0.1 in "ALLOWED_HOSTS"
python3 manage.py migrate --settings config.settings.local
python3 manage.py makemigrations IBIS_creator --settings config.settings.local
python3 manage.py migrate --settings config.settings.localpython3 manage.py runserver --settings config.settings.local