You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 12, 2021. It is now read-only.
Virtualenv is not required (but it's better to use it)
sudo pip3 install virtualenv
mkdir ~/.virtualenvs/
virtualenv ~/.virtualenvs/api.refugee.info -p <path>/python3.5
Configuring App
source ~/.virtualenvs/api.refugee.info/bin/activate # if you installed
pip install -r requirements.txt
npm install
cp service_info/local_settings.example.py service_info/local_settings.py