-
What is the Registry Server?
The Registry Server is a trustframework registry (includes users, roles etc..) and is also an OAuth 2.0 registry.
-
To get started, you'll need python pip and virtualenv installed on your machine (this probably will require root access)
apt-get install python-pip
apt-get install python-virtualenv
virtualenv registryEnv
cd registryEnv
source bin/activate
git clone git@github.com:HumanDynamics/openPDS-RegistryServer.git -b master
cd openPDS-RegistryServer
pip install -r conf/requirements.txt
cd registryServer
python manage.py syncdb
python manage.py runserver 0.0.0.0:8000 (for access to local VM)
-
The above steps will get you started with a registry server on port 8000 of your machine's loopback interface (for local access only).
forked from HumanDynamics/openPDS-RegistryServer
-
Notifications
You must be signed in to change notification settings - Fork 0
License
outlaw-dame/openPDS-RegistryServer
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- JavaScript 59.9%
- Python 25.5%
- CSS 14.3%
- Shell 0.3%