aboutsummaryrefslogtreecommitdiffstats
path: root/main/cacti/cacti-setup.post-install
blob: 04e661fd1e529cc37d2393fa075b9a495955a1d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/bin/sh

cat <<EOF
* Inital setup:
* 1. configure webserver's site root to /usr/share/webapps/cacti
* 2. create mysql user and database
* 3. change settings in /etc/cacti/config.php
*
* Go online to continue setup
*
* After setup complete, you can safely remove cacti-setup aport
*
* 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