Skip to content

Latest commit

 

History

History
35 lines (18 loc) · 691 Bytes

README.md

File metadata and controls

35 lines (18 loc) · 691 Bytes

Project Mustard Seed - Resource Server

We need some good docs in here detailing:

  • what is the Personal Data Store

  • how do you get started / install / run it

    apt-get install python pip

    apt-get install python-virtualenv

    apt-get install mongodb mongodb-server

    service mongodb start

    virtualenv pdsvirtenv

    cd pdsvirtenv

    git clone [email protected]:IDCubed/OMS-PDS.git

    source bin/activate

    cd OMS-PDS/conf

    pip install -r requirements.txt

    cd ../

    python manage.py runserver 0.0.0.0:8002 (for access to local VM)

  • links to important pages / wiki / etc