Skip to content

brian717/OMS-PDS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published