You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »


See Guangrong's wiki Installation of Holmes (for Testing Purpose)


Before install Holmes dockers, you need to install postgres

Install Postgres
root@vm03-dcae-controller:~# docker login -u docker -p docker nexus3.onap.org:10001
Login Succeeded
root@vm03-dcae-controller:~# docker run --name postgres -p 5432:5432 -e POSTGRES_USER=holmes -e POSTGRES_PASSWORD=holmespwd -d postgres:9.5
  • No labels