From 637117fdf2470fb04ffb7438fd248e366e5af22a Mon Sep 17 00:00:00 2001 From: Tyler Christiansen Date: Sun, 3 Nov 2013 12:27:27 -0800 Subject: [PATCH] add emphasis to note sections --- doc/INSTALL.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/INSTALL.md b/doc/INSTALL.md index 013b86939c..a93cb3b968 100644 --- a/doc/INSTALL.md +++ b/doc/INSTALL.md @@ -1,6 +1,6 @@ -NOTE: What follows is a very rough list of commands. This works on a fresh install of Ubuntu 12.04. +> NOTE: What follows is a very rough list of commands. This works on a fresh install of Ubuntu 12.04. -NOTE: These instructions assume you are the root user. If you are not, prepend `sudo` to all shell commands (the ones that aren't at `mysql>` prompts) or temporarily become a user with root privileges with `sudo -s`. +> NOTE: These instructions assume you are the root user. If you are not, prepend `sudo` to all shell commands (the ones that aren't at `mysql>` prompts) or temporarily become a user with root privileges with `sudo -s`. ## On the DB Server ## @@ -47,7 +47,7 @@ You can clone the repository via HTTPS or SSH. In either case, you need to ensu cp config.php.default config.php vim config.php -NOTE: The recommended method of cloning a git repository is HTTPS. If you would like to clone via SSH instead, use the command `git clone git@github.com:librenms/librenms.git librenms` instead. +> NOTE: The recommended method of cloning a git repository is HTTPS. If you would like to clone via SSH instead, use the command `git clone git@github.com:librenms/librenms.git librenms` instead. Change the values to the right of the equal sign for lines beginning with `$config[db_]` to match your database information as setup above. @@ -72,7 +72,7 @@ First, create and chown the `rrd` directory and create the `logs` directory mkdir rrd logs chown www-data:www-data rrd/ -Note that if you're not running Ubuntu, you may need to change the owner to whomever the webserver runs as. +> NOTE: If you're not running Ubuntu, you may need to change the owner to whomever the webserver runs as. Next, add the following to `/etc/apache2/sites-available/librenms.conf`