mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
19e2b87a79
PR: ports/97069 Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> (maintainer)
16 lines
526 B
Plaintext
16 lines
526 B
Plaintext
######################################################
|
|
|
|
1) Set register_globals = Off in php.ini(default)
|
|
2) Verify fsockopen(), mail(), functions enabled.
|
|
3) Change some files and directories permission
|
|
chmod -R 770 data temp
|
|
chmod 660 dbconf.php cgdb.conf
|
|
4) Open "http://localhost/gekko/install.php"
|
|
5) Change dbconf.php permission
|
|
chmod 440 dbconf.php
|
|
6) Remove install directory and install.php file
|
|
7) Install additional modules www/gekko-modules
|
|
8) Enjoy it ;)
|
|
|
|
#####################################################
|