aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Rude <[email protected]>2011-06-22 10:41:31 -0500
committerMatt Rude <[email protected]>2011-06-22 10:41:31 -0500
commit9a9ae711f6e300f807d8c5de42e72273a424918d (patch)
tree547d07b7d9946d0aa6ab2ffa31bb744a7487d8af
parentf4abfc60a485e932317d37b5862c32f067a5dc2b (diff)
downloadtime.mattrude.com-9a9ae711f6e300f807d8c5de42e72273a424918d.tar.gz
time.mattrude.com-9a9ae711f6e300f807d8c5de42e72273a424918d.tar.bz2
time.mattrude.com-9a9ae711f6e300f807d8c5de42e72273a424918d.zip
more README updates
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index a0f5918..5143963 100644
--- a/README.md
+++ b/README.md
@@ -10,13 +10,14 @@ There is also a decent amount of back end setup that needs to happen before the
## Installing ##
-The install proccess for this project at this time is a bit cumbersome. Currently it assumes all files are stored in /var/www/time.mattrude.com. This will change in the future, but for now, it will be just easiest to create that director on your system.
+The install proccess for this project at this time is a bit cumbersome. Currently it assumes all files are stored in `/var/www/time.mattrude.com`. This will change in the future, but for now, it will be just easiest to create that director on your system.
To install, first you need to add a cron entry for the RRD graphs.
*/5 * * * * /var/www/time.mattrude.com/scripts/do-xntp > /dev/null 2&>1
-After adding the cron job, you may add your NTP Servers. To add your NTP servers, start by going into the scripts directory. Once in the scripts directory, run the do-newntpstat followed by the name of the computer, similar to below.
+After adding the cron job, you may add your NTP Servers. To add your NTP servers, start by going into the scripts directory. Once in the scripts directory, run the `do-newntpstat` followed by the name of the computer, similar to below.
+
./do-newntpstat time.example.com
### Rebuilding CSS ###