diff options
Diffstat (limited to 'INSTALLING.rst')
-rw-r--r-- | INSTALLING.rst | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/INSTALLING.rst b/INSTALLING.rst index 0972767..c645ff9 100644 --- a/INSTALLING.rst +++ b/INSTALLING.rst @@ -33,12 +33,16 @@ As root: As ``$YOURUSER``:: - $ git clone git@github.com:tech-server/gondul + $ git clone https://github.com/tech-server/gondul.git $ cd gondul/ansible $ ansible-playbook -i inventory-localhost site.yml Then visit http://ip-your-boxen/ +Manualy import the database for now:: + + psql -h localhost -d nms -U nms -f /opt/gondul/build/schema.sql + Setting up your network... -------------------------- |