-
Notifications
You must be signed in to change notification settings - Fork 0
Plains2Peaks Virtual Machine
CSL-sysadmin edited this page Jul 17, 2018
·
3 revisions
-
Login to the Digital Ocean virtual machine as the
p2p_user
and sudo su -
Change directory to
/etc/dpla-service-hub/
-
Stop any running containers
docker-compose stop
with Docker Compose -
Run the
flush.sh
bash script to remove all containers and images -
Pull in any changes to the service hub with git,
git pull origin plains2peaks
-
Build and Launch all of the Docker containers in the background:
docker-compose up -d
-
Change directories to
/home/p2p_user
-
Activate the p2p_env virtual python environment:
source p2p_env/bin/activate
-
Run the load.py script to load the triplestore and index the RDF into Elasticsearch:
python load.py