Install Dockerarrow-up-right for your OS. Also install Fabric via pip install fabric
pip install fabric
Create .env file with the reference of.env.exampleor receive .env file from your team member.
.env.example
Runfab up
fab up
Go to http://127.0.0.1:8080/arrow-up-right to see the React frontend running. The Django app is running under
http://127.0.0.1:8080/api/arrow-up-right
Run fab fakedata
fab fakedata
create mock data like account, partner agencies, etc.
Go to http://127.0.0.1:8080/loginarrow-up-right login with fake-user-72@unicef.org/Passw0rd! and can now go t
For convenience some fabricarrow-up-right commands are included, such as getting into Django app container
fab ssh:backend
or running tests
fab tests
For the most up-to-date reference just check fabfile.py in the repository root.
fabfile.py
Last updated 7 years ago