From 00f7b337ddaf6ccc3f137da9e0f8fce826c292d3 Mon Sep 17 00:00:00 2001 From: Tyler Christiansen Date: Mon, 28 Oct 2013 18:54:06 -0700 Subject: [PATCH] remove redundant `on the nms` line and general formatting improvements --- INSTALL.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index faa31a19b..71f5f0ede 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -7,8 +7,9 @@ NOTE: These instructions assume you are the root user. If you are not, prepend apt-get install mysql-server mysql-client snmpd mysql -uroot -p -enter root mysql password -Create database +Enter the MySQL root password to enter the MySQL command-line interface. + +Create database. CREATE DATABASE librenms; GRANT ALL PRIVILEGES ON librenms.* @@ -47,9 +48,7 @@ Initiate the follow database with the following command: php build-base.php -## On the NMS ## - -Create admin user - priv should be 10 +Create the admin user - priv should be 10 php adduser.php 10