Difference between revisions of "Instalasi gForge"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) |
Onnowpurbo (talk | contribs) |
||
Line 21: | Line 21: | ||
# mv gforge-ce-561-src gforge | # mv gforge-ce-561-src gforge | ||
# cd gforge | # cd gforge | ||
− | # php install-gforge-1-deps.php | + | # php install-gforge-1-deps.php UBUNTU9 |
+ | # cd eaccelerator-0.9.5.2 && phpize && ./configure && make && make install | ||
+ | |||
+ | |||
+ | |||
Revision as of 15:52, 29 June 2009
Ambil source code gForge Community Edition dari
Instalasi software pendukung
# apt-get -y install apache2 cvs postgresql postgresql-contrib libapache2-svn subversion subversion-tools \ curl ssh libapache2-mod-php5 php5 php5-cgi php5-cli php5-gd php5-curl php5-pgsql php5-ldap ntpdate \ xpdf rcs wv gcc php5-dev python-subversion postfix mailman
Lakukan juga Instalasi Mailman di Ubuntu
Copy & extract source code gForge
# cp install-gforge-ce-561-src.zip /var/www # cd /var/www # unzip install-gforge-ce-561-src.zip # mv gforge-ce-561-src gforge # cd gforge # php install-gforge-1-deps.php UBUNTU9 # cd eaccelerator-0.9.5.2 && phpize && ./configure && make && make install