Su Se
https://secure.gravatar.com/avatar/cf3f3abe2a109700ea937dfd1d03b969.png?d=wavatar&s=28
Mon Aug 12 12:05 Authored by kanto501

Installing The Bug Genie on SuSe Linux  

Step by step installation on Su SE 12.1:
1. enable "rewrite" mode
sed -i 's/APACHE_MODULES="actions/APACHE_MODULES="rewrite actions/g' /etc/sysconfig/apache2
2. enable Follow Sym Links
sed -i '0,/Options None/s/Options None/Options Follow Sym Links/g' /etc/apache2/default-server.conf
3. enable Allow Override All
sed -i '0,/AllowOverride None/s/AllowOverride None/AllowOverride All/g' /etc/apache2/default-server.conf
4. update config and restart apache
Su SEconfig
/etc/init.d/apache2 restart
5. copy thebuggenie.zip to /srv/www/htdocs/
6. unzip (you should have following structure /srv/www/htdocs/thebuggenie/thebuggenie/
7. chmod -R 755 /srv/www/htdocs/thebuggenie/thebuggenie/
8. chown -R wwwrun:www /srv/www/htdocs/thebuggenie/thebuggenie/
9. create mysql db
mysql
create database thebuggenie
10. start installation <hostname>/thebuggenie/thebuggenie/index.php
In DB configuration you probably want to use default mysql port 3306
11. Your instance will be accessible at <hostname>/thebuggenie/thebuggenie/

Attachments 0

Comments 0

/unthemed/mono/no-comments.png
Expand, collaborate and share
Post a comment and get things done