UNPP
  • UNPP Documentation
  • About
  • Glossary / Terminology
  • FAQ
  • Releases/Change Log
  • Report an Issue / Contact Us
  • Overview
    • Design
    • Navigation
    • Dashboard
    • User Management
    • Direct Selection & Retention (DSR)
    • Reports
    • ERP Integration
  • Partners
    • Registration
    • User Interface
    • Searching and pinning CFEIs
    • Answering for CFEI
    • Adding new Unsolicited Concept Note
    • Responding to Direct Selection
    • Organization Profile set up
    • Pre-Screening
  • Agencies
    • Overview
    • User Interface
    • New CFEIs set up
    • CFEIs
    • Maintain Calls for Expression of Interest
    • CFEI and Applications Assessment
    • Maintain Direct Selection
    • Maintain Unsolicited Concept Note
    • Partner's details
    • Partner Verification
    • Adding Observation to Partner's Profile
  • Technical Documentation
    • Development Setup
      • Development Data
    • Deployment / DevOps
      • Environment
      • Background tasks
    • ID System Process
    • Sanctions Screening
    • API Documentation
Powered by GitBook
On this page
  • Local Setup
  • Fabric commands
  1. Technical Documentation

Development Setup

PreviousAdding Observation to Partner's ProfileNextDevelopment Data

Last updated 7 years ago

Local Setup

  1. Install for your OS. Also install Fabric via pip install fabric

  2. Create .env file with the reference of.env.exampleor receive .env file from your team member.

  3. Runfab up

  4. Go to to see the React frontend running. The Django app is running under

  5. Run fab fakedata

    • create mock data like account, partner agencies, etc.

  6. Go to login with fake-user-72@unicef.org/Passw0rd! and can now go t

Fabric commands

For convenience some 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.

Docker
http://127.0.0.1:8080/
http://127.0.0.1:8080/api/
http://127.0.0.1:8080/login
fabric