NERDS Setup
This document details the setup process for the NERDS system. Please contact Joe if you have any issues with setup. Contact information is on the main page.
System Requirements
Below are the system requirements
- A Linux server with superuser access
- At least 4 GB of RAM
- A distribution and architecture supported by docker
Installation process
- Install docker engine (installation instructions)
- Install python, python-pip, and git
- Clone the NERDS repository
- Configure NERDS by copying
developer-observatory.conf.exampletodeveloper-observatory.confand changing the appropriate values. - Add your
tasks.jsonfile to thegeneratordirectory - Run
./dev-ob.sh generateand wait for it to finish - Put your HTTPS certificates at
/etc/cert/developer-study.crtand/etc/cert/developer-study.keyon the host system. - Run
./dev-ob.sh run - After the command above finishes building, run
./dev-ob.sh managerin another window.
NERDS should now be fully up and running on port 443.
Back to home