Changes

From SME Server
Jump to navigationJump to search
1,513 bytes added ,  21:20, 11 May 2010
m
no edit summary
Line 1: Line 1:  
== Cerberus Helpdesk ==
 
== Cerberus Helpdesk ==
 
+
{{Incomplete}}
 
{{Note box|This is work in progress}}
 
{{Note box|This is work in progress}}
   Line 68: Line 68:  
  /etc/rc.d/init.d/httpd-e-smith restart
 
  /etc/rc.d/init.d/httpd-e-smith restart
   −
Change into the newly created cerberus directory and edit the file config.php
+
Change into the cerberus directory and edit the file config.php, Set the values for your database configuration on the following lines with the database, user name & password that was used when creating the database steps above:
 +
 
 +
cd /opt/cerberus
 +
 
 +
pico config.php
 +
 
 +
 
 +
example of config.php
 +
<?php
 +
 +
// Database connection information
 +
// Type your information in between the single quotes ('s) below
 +
 +
define("DB_SERVER",'localhost'); 
 +
define("DB_NAME",'cerberusdb');
 +
define("DB_USER",'cerberus');
 +
define("DB_PASS",'yourpassword');
 +
 +
 +
// [JAS]: IPs that we'll allow to view upgrade.php. 
 +
//  Add yours here at the end, or replace a 0.0.0.0
 +
//  Partial IP masks are allowed.
 +
 +
$authorized_ips = array("127.0",
 +
                                    "192.168.1",
 +
                                    "0.0.0.0",
 +
                                    "0.0.0.0"
 +
                                    );
 +
 
 +
 
 +
 
 +
Save by pressing '''Ctrl x''', '''press y''' to save changes and '''press enter'''
 +
 
 +
check your file permissions!From the cerberus-gui directory, run the following:
 +
 
 +
chmod -R 644 *
 +
chmod -R 666 logo.gif
 +
find . -type d -exec chmod 755 {} \;
 +
chmod -R g+w templates_c tempdir
 +
chmod -R a+r support-center/
 +
 
 +
Congratulations! The GUI set up is complete.
 +
 
 +
Load the installation checker URL up in your web browser, i.e., http://www.yourdomain.com/cerberus/install/
 +
 
 +
[[Image:Cerberus_Helpdesk_Installer.jpg|center]]
 +
 
 +
 
 +
User: superuser Password: superuser
 +
 
 +
[mailto:russell@fixitcomputers.com.au?subject=Cerberus Russell Taihn]
 +
 
 +
----
 +
[[Category:Howto]]
 +
[[Category:Webapps]]

Navigation menu