From b8ff5b9faea1f005742e532cde9e2e9dfe1d5429 Mon Sep 17 00:00:00 2001 From: Jeffrey Ness Date: Tue, 23 Nov 2010 09:44:26 -0600 Subject: [PATCH] REMOVING OLD README --- README | 42 ------------------------------------------ 1 file changed, 42 deletions(-) delete mode 100644 README diff --git a/README b/README deleted file mode 100644 index ae9a5ad..0000000 --- a/README +++ /dev/null @@ -1,42 +0,0 @@ -######################################### -# sarGraphs # -# http://flip-edesign.com/sarGraphs # -######################################### - -OS Version Requirements: - - Linux - -Software Version Requirements: - - sysstat - - bc - - php > 4.x - - php GD support with Freetype enabled - -Installation: - - * Be sure you have sysstat installed and running. - - * Get the latest sarGraphs source from https://github.com/jness/sarGraphs. - - * Clone or extract the sarGraphs source to a Web readable location, or a install directory of your choice. - - An example Apache configuration would look similar to below: - - Alias /sarGraphs /usr/share/sarGraphs/htdocs - - php_flag allow_call_time_pass_reference 1 - Allow from all - - - * Be sure this path allows override (to run .htaccess files). - - * Test the application is working properly by running ./cron.sh as root. - If working, you will notice in the graphs/ & raw/ directories are populated with data: - - * Verify the data is available via the web, password can be found (and changed) in sarGraphs_1.1.0/password_file.php: - - http://127.0.0.1/sarGraphs - - * Create a new crontab for root as below, be sure to add correct paths: - - 10 * * * * /usr/share/sarGraphs/scripts/cron.sh 2>&1