Title: phprojekt install on suse7.2 Subject: web groupware that rocks ########## # installed these with yast: kmysql-1.2.1-196 mysql-3.23.37-24 mysql-bench-3.23.37-24 mysql-navigator-0.6.1-60 mysql-client-3.23.37-24 mysql-shared-3.23.37-24 mysql-devel-3.23.37-24 apache-1.3.19-66 apache-contrib-1.0.9-94 phplib-7.2c-61 phpdoc-4.0.3-55 mod_php4-core-4.0.4pl1-102 mod_php4-4.0.4pl1-102 ##################### # Start mysql: /etc/init.d/mysql start /etc/init.d/mysql status #Checking for service MySQL: running ###################### # List the databases: mysqlshow ###################### # Create a database: mysql # mysql> create database phprojekt ; # mysql> exit #in a browser, go to http://localhost, and see if mod_php is listed cd `grep ^ServerRoot /etc/httpd/httpd.conf |awk -F\" '{print $2}'` cd htdocs tar -zxvpf /home/jstile/phprojekt.tar.gz #in a browser, go to http://johns2.ohlone.cc.ca.us/phprojekt-2.4/setup.php Hostname: localhost Username: root Password: Name of the existing database: phprojekt Seems that You have a valid database connection!! # Table 'dateien' (for file-handling) created. # Table 'profile' (for user-profiles) created. # Table 'todo' (for todo-lists) created. # Table 'forum' (for discssions etc.) created. # Table 'votum' (for votes) created. # Table 'lesezeichen' (for bookmarks) created. # Table 'ressourcen' (for management of additional ressources) created. # Table 'projekte' (for project management) created. # Table timeproj (assigning work time to projects) created. # Table contacts (for external contacts) created. # Table notes (for notes) created. # Table timecard (for time sheet system) created. # Table groups (for group management) created. # Table rts and rts_cat (for the request tracker system) created. # 'users' (for authentification and address management). # 'Table termine' (for events) created. # The group 'default' has been created. # # The following users have been inserted successfully in the table 'user': # 'root' - (superuser with all administrative privileges) # 'test' - (chief user with restricted access). # # LOGIN: root/root - test/test # # Please create the file directory: file # Finished! # All required tables are installed and # the configuration file 'config.inc.php' is rewritten # # It would be a good idea to make a backup of this file. # # Close all browser windows now. # # After a successful call admin.php. # # The administrator 'root' has the password 'root'. Please change this password. # # The user 'test' is now member of the group 'default'. # # Now you can create new groups and add new users to the group # To use PHProject with your Browser go to index.php # Please test your configuration, especially the modules 'Quickmail' and 'Files'. # The Server needs the privilege to 'write' to the directory: file mkdir /home/jstile/phprojekt_install mv /home/jstile/phprojekt.tar.gz /home/jstile/phprojekt_install/ backup the config file cp /usr/local/httpd/htdocs/phprojekt-2.4/config.inc.php /home/jstile/phprojekt_install/ ############################### # login and configure the site: # in a browser, go to http://johns2.ohlone.cc.ca.us/phprojekt-2.4/admin.php # Username = root Passwd = root mysqlshow phprojekt # Database: phprojekt # +-------------+ # | Tables | # +-------------+ # | contacts | # | dateien | # | forum | # | grup_user | # | gruppen | # | lesezeichen | # | notes | # | profile | # | projekte | # | ressourcen | # | rts | # | rts_cat | # | termine | # | timecard | # | timeproj | # | todo | # | users | # | votum | # +-------------+