========================================================== Cacti is now installed. You may have to follow this steps to make it work correctly. 1: Create the MySQL database # mysqladmin --user=root create cacti 2: Create a mysql user/password for cacti # echo "CREATE DATABASE cacti; GRANT ALL ON cacti.* TO cactiuser at localhost IDENTIFIED BY 'cactiuser'; FLUSH PRIVILEGES;" | mysql && 3: Import the default cacti database # mysql cacti < %%PREFIX%%/%%CACTIDIR%%/cacti.sql 4: Edit your config.php Specify the MySQL user, password and database for your cacti configuration. 5: Add a line to your /etc/crontab file similar to: */5 * * * * %%CACTIUSER%% php %%PREFIX%%/%%CACTIDIR%%/cmd.php > /dev/null 2>&1 6: Point your web browser to the cacti dir Have fun! ========================================================== freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/games/pykawari
Commit message (Expand)AuthorAgeFilesLines
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.mat2016-04-011-1/+1
* - Drop @dirrm* from plistamdmi32014-11-271-5/+0
* Update the default version of GCC in the Ports Collection from GCC 4.7.4gerald2014-09-111-1/+1
* Stage games/pykawari and unbreak on FreeBSD 10+marino2014-08-218-77/+124
* Reset maintainer, email bouncesantoine2014-06-281-1/+1
* Convert GMAKE to MAKE_CMDbapt2014-06-251-1/+1
* - Use /usr/bin/unzip for zip files extraction (part 2)ak2014-06-061-4/+2
* Update the default version of GCC used in the Ports Collection fromgerald2014-03-111-1/+1
* Convert g* to USES=zipbapt2014-03-101-2/+1
* - Fix the usage of 'python' to get rid of the implicit lang/pythonmva2013-12-151-0/+4
* Update to libmpc version 1.0.1 which brings the following fixes:gerald2013-10-261-1/+1
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-21