diff options
author | Ole Mathias Aa. Heggem <msbone1995@gmail.com> | 2018-01-23 22:51:25 +0100 |
---|---|---|
committer | Ole Mathias Aa. Heggem <msbone1995@gmail.com> | 2018-01-23 22:51:25 +0100 |
commit | d49ed04a10df33ef7001a1fb040c34d591adca9f (patch) | |
tree | 5fde537ecf19b57325174bf99063db7fcbffce8c /INSTALLING.rst | |
parent | 6659dddc6dddcead1ea5d2535ba879eead66332d (diff) |
Varnish is now installed in ansible job
Diffstat (limited to 'INSTALLING.rst')
-rw-r--r-- | INSTALLING.rst | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/INSTALLING.rst b/INSTALLING.rst index c645ff9..61e9147 100644 --- a/INSTALLING.rst +++ b/INSTALLING.rst @@ -21,11 +21,11 @@ Quick-install As root: -:: +:: ### Set to your regular username, obviously # YOURUSER=kly - # apt-get install sudo + # apt-get install sudo git # echo ${YOURUSER} ALL=NOPASSWD: ALL >> /etc/sudoers # echo deb http://http.debian.net/debian jessie-backports main non-free contrib > /etc/apt/sources.list.d/bp.list # apt-get update @@ -39,10 +39,6 @@ As ``$YOURUSER``:: 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... -------------------------- @@ -117,4 +113,3 @@ broken: - Distribution of configuration (config is being re-implemented) - Various test-cases (They are already there, just need to be fiddled with) - Graphite / Grafana. Most likely, this will be an external "optional dependency" - |