![]() | Note |
---|---|
An alternative to follow this instruction is to install LinuxEasyInstaller in stead. LinuxEasyInstaller is software package with scripts which does the job with installing MySql, Apache, PHP and phpMyAdmin very easy. You can find more information at http://www.phpmylinux.net/?rub=lei |
Below you will find the manually way to install MGW without any help from LinuxEasyInstaller:
In stead of using setup you can give the commands:
chkconfig httpd on chkconfig mysqld on
<?php phpinfo(); ?>
Run the following MySQL commands from shell:
mysqladmin -u root password choose_a_password mysqladmin -u root -p create MGW # (enter password defined above when prompted) mysql -u root -p # (enter password defined above when prompted)
Moregroupware: You can visit http://www.moregroupware.org/download.php to download the latest stable version of Moregroupware
To get the newest version you should use WinCVS. You will find instructions about using WinCVS at the bottom of the page at http://www.moregroupware.org/download.php.
If you think it is complicated to configure WinCVS you can in stead download with your browser the latest stable-tree snapshot from http://www.moregroupware.org/snapshots.php.
Unzip the files (if necessary) and copy them to /var/www/html/moregroupware/ at your Linux computer.
I downloaded (and unzipped) the Moregroupware - files to my Windows computer. To transfer the files to the Linux PC I used WinSCP (SSH FTP). You can download WinSCP from http://winscp.vse.cz/eng/
Check the file / folder permissions after the transfer. The owner of the moregroupware folder shall be root (user = root, group = root) with permissions 757.
Database Hostname / IP: localhost or IP - address (use localhost and not real PC name here)
Database Password: The password you defined in Winmysqladmin
Name of database: The database - name you defined in Winmysqladmin (e. g. MGW).
Directory type, LDAP etc.: Use the default choices. Most of the LDAP fields are empty by default.
Press Next. Choose which modules you wish to install and yet another time press Next.