Le plus grand bonheur que puisse donner l'amour, c'est le premier serrement de main d'une femme qu'on aime Stendhal
Howto Moregroupware 0.71 (English)
Howto install more.groupware V0.71
Author: Van hees Michel <michel_AT_vanhees.cc> Contributor: Saturday, January 31, 2004 08:49 AM |
|
|
|
Problem: You want to install more.groupware on your e-smith/SME |
|
|
STEP 1: Get 4 archive files :
You can download archive from main site of more.groupware
OR
You can download it from HERE
STEP 2: Unpack archive files
tar -xvzf
# tar -xvzf moregroupware-core-0.7.1.tar.gz |
STEP 3: Move directory and setup permission
mv moregroupware
# mv moregroupware /opt/ # chown -R www:www /opt/moregroupware |
STEP 4: Create database environnement
Create database
Create user
# mysqladmin -u root create moregroupware # mysql -u root mysql mysql> INSERT INTO user (host,user,password,select_priv,insert_priv,update_priv,delete_priv,create_priv,drop_priv,index_priv) VALUES ('localhost','moregw',PASSWORD('password'),'Y','Y','Y','Y','Y','Y','Y'); mysql> FLUSH PRIVILEGES; mysql> \q |
Replace password with your password.
STEP 5: Create template for apache
# mkdir -p /etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf/ # pico /etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf/98moregroupware |
Fill up file with the following code
Alias /moregroup /opt/moregroupware |
STEP 6: Expand apache template
# /sbin/e-smith/expand-template /etc/httpd/conf/httpd.conf # servcie httpd restart |
STEP 7: Setting up moregroupware
Open you favorite internet browser.
Open the location https://[hostname]/moregroup/
STEP 8: Follow the setup procedure
Select you langage -> Install
You should have the same screen -> Next
Fill up fields "Database User" with the user you create on step 5, in this example "moregw"
Field "Database password" with the password mentionned on step 5, here it's "password"
"Name of database" have to be completed with the one created on step 5, "moregroupware"
In "Admin password" enter the password you want for admin user
PAY ATTENTION to the fields "URL to more.groupware root", it's completed automatically but forget the "S" of http
Click Next
Sumary of the installation
Click Next
Install completed without error
By clicking "Login" you will arrive to the login page
Login = admin
password = step 8