~ubuntu-branches/ubuntu/trusty/fusionforge/trusty

« back to all changes in this revision

Viewing changes to install.sh

  • Committer: Bazaar Package Importer
  • Author(s): Roland Mas
  • Date: 2011-04-15 14:55:34 UTC
  • mfrom: (4.1.10 sid)
  • Revision ID: james.westby@ubuntu.com-20110415145534-mvn1nochufjmw177
Tags: 5.0.3-1
New upstream bugfix release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
                php fusionforge-install-3-db.php
79
79
                php db/upgrade-db.php
80
80
 
81
 
                # Post installation fixes.
82
 
                perl -spi -e "s/^#ServerName (.*):80/ServerName $hostname:80/" /etc/httpd/conf/httpd.conf
83
 
                perl -spi -e 's/^LoadModule/#LoadModule/g' /etc/gforge/httpd.conf
84
 
 
85
81
                chkconfig httpd on
86
82
                chkconfig postgresql on
87
83
                chkconfig iptables off
107
103
                php fusionforge-install-3-db.php
108
104
                php db/upgrade-db.php
109
105
 
110
 
                # Post installation fixes.
111
 
                #perl -spi -e "s/^#ServerName (.*):80/ServerName $hostname:80/" /etc/apache2/httpd.conf
112
 
                perl -spi -e 's/^LoadModule/#LoadModule/g' /etc/gforge/httpd.conf
113
 
 
114
106
                chkconfig -s apache2 on
115
107
                chkconfig -s postgresql on
116
108