Difference between revisions of "Instalasi gForge"

From OnnoWiki
Jump to navigation Jump to search
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 UBUNTU9
 
  # php install-gforge-1-deps.php UBUNTU9
 
  # cd eaccelerator-0.9.5.2 && phpize && ./configure && make && make install
 
  # cd eaccelerator-0.9.5.2 && phpize && ./configure && make && make install
  
 +
# php install-gforge-2-db.php UBUNTU9
 +
* Enter the Database Name (gforge5):
 +
-gforgedbname-
 +
* Enter the Database Username (gforge):
 +
-gforgeusername-
 +
Shall the new role be allowed to create more new roles? (y/n) y
 +
* Enter the Admin Username (gforgeadmin):
 +
-gforgeadmin-
 +
* Enter the Site Admin Password:
 +
-masukanpasswordgforgeadmin-
 +
* Please enter it again:
 +
-masukanpasswordgforgeadmin-
  
 
+
# php install-gforge-3.php UBUNTU9
 
+
* Enter the Apache group (www-data):
 +
www-data
 +
* Enter the Apache username (www-data):
 +
www-data
 +
* Enter the Hostname for GForge (example: gforge5.company.com):
 +
gforge.ristek.go.id
 +
* Enter the Name for your GForge Install (example: MyGForge):
 +
RISTEKGForge
  
  

Revision as of 16:00, 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
# php install-gforge-2-db.php UBUNTU9
* Enter the Database Name (gforge5): 
-gforgedbname-
* Enter the Database Username (gforge): 
-gforgeusername-
Shall the new role be allowed to create more new roles? (y/n) y
* Enter the Admin Username (gforgeadmin): 
-gforgeadmin-
* Enter the Site Admin Password:
-masukanpasswordgforgeadmin-
* Please enter it again: 
-masukanpasswordgforgeadmin-
# php install-gforge-3.php UBUNTU9
* Enter the Apache group (www-data):
www-data
* Enter the Apache username (www-data): 
www-data
* Enter the Hostname for GForge (example: gforge5.company.com): 
gforge.ristek.go.id
* Enter the Name for your GForge Install (example: MyGForge): 
RISTEKGForge



Pranala Menarik