aboutsummaryrefslogtreecommitdiffstats
path: root/community/cacti/cacti-setup.post-install
diff options
context:
space:
mode:
Diffstat (limited to 'community/cacti/cacti-setup.post-install')
-rw-r--r--community/cacti/cacti-setup.post-install21
1 files changed, 21 insertions, 0 deletions
diff --git a/community/cacti/cacti-setup.post-install b/community/cacti/cacti-setup.post-install
new file mode 100644
index 0000000000..e13bcc1f20
--- /dev/null
+++ b/community/cacti/cacti-setup.post-install
@@ -0,0 +1,21 @@
+#!/bin/sh
+
+cat <<EOF
+* Inital setup:
+* 1. create mysql user and database (read manual)
+* 2. change settings in /etc/cacti/config.php
+* 3. configure webserver's site root to /usr/share/webapps/cacti
+* 4. go online (http://$(hostname -f)/cacti/install) to continue setup
+* 5. enjoy :)
+*
+* After setup complete, you can safely remove cacti-setup
+*
+* Partial config for nginx:
+* /usr/share/webapps/cacti/docs/txt/nginx.conf
+*
+* Installation instructions and manual:
+* /usr/share/webapps/cacti/docs/txt/manual.txt
+*
+EOF
+
+exit 0