Source code and documentation for NeuroML-DB.org and NeuroML-DB Curator.
cd /var/www/NeuroML-DB.org_Docker/
sudo -u www-data ./run.sh
This will (re-)build the docker image and start the website on port 8000/etc/apache2/httpd-nml2.conf
file configures apache server on dendrite to route requests to neuroml-db.org to port 8000
Ensure you have docker installed and are running Ubuntu.
- Clone repo with
git@github.com:scrook/neuroml-db.git
- Copy the following secrets files from dendrite:
From `/var/www/NeuroML-DB.org/config/database.yml` to:
`[repo]/www/NeuroML-DB.org/config/database.yml`
From `/var/www/NeuroML-DB.org/config/initializers/secret_token.rb` to
`[repo]/www/NeuroML-DB.org/config/initializers/secret_token.rb`
From `/var/www/NeuroML-DB.org_Ontology/database.py` to
`[repo]/www/NeuroML-DB.org_Ontology/database.py`
cd neuroml-db/www/NeuroML-DB.org_Docker
./run.sh
This will build the site docker image and start the website on port 8000