Instalasi eGroupWare: Difference between revisions

From OnnoCenterWiki
Jump to navigationJump to search
Onnowpurbo (talk | contribs)
New page: # apt-get install libsyncml0 libsyncml-dev libsyncml-utils opensync-plugin-syncml # apt-get install php-pear php5-gd php5-imap php5-odbc php5-pgsql # pear install Auth_SASL # pear in...
 
Onnowpurbo (talk | contribs)
 
(16 intermediate revisions by the same user not shown)
Line 1: Line 1:
* [[Instalasi eGroupWare secara manual]] '''(RECOMMENDED)'''
* [[Instalasi eGroupWare menggunakan apt-get]]
* [[Instalasi phpgroupware]]


# apt-get install libsyncml0 libsyncml-dev libsyncml-utils opensync-plugin-syncml
==Pranala Menarik==
# apt-get install php-pear php5-gd php5-imap php5-odbc php5-pgsql


# pear install Auth_SASL
* [[Linux Howto]]
# pear install --alldeps Net_IMAP
* [[Instalasi WebERP]]
# pear install Net_Sieve
* [[Instalasi eGroupWare]]
# pear install HTTP_WebDAV_Server
* [[Instalasi eGroupWare secara manual]]
# pear install --alldeps Log
* [[Instalasi GroupOffice]]


# vi /etc/php5/apache2/php.ini
    mbstring.func_overload = 7
# /etc/init.d/apache2 restart


 
[[Category: Linux]]
# cp eGroupWare-1.4.001.tar.bz2 /var/www/
# cd /var/www
# tar jxvf eGroupWare-1.4.001.tar.bz2
 
mysql
mysql> SET PASSWORD FOR root@localhost=PASSWORD('password');
 
alternatively
 
# mysql -u root -p
Enter password:
mysql> create database egroupware;
mysql> grant INSERT,SELECT on root.* to egroupware@localhost;
mysql> SET PASSWORD FOR egroupware@localhost=PASSWORD('egroupware');
mysql> grant CREATE, INSERT, SELECT, DELETE, UPDATE on egroupware.* to egroupware@localhost;
mysql> grant CREATE, INSERT, SELECT, DELETE, UPDATE on egroupware.* to egroupware;
mysql> exit
 
 
 
# chown -Rf www-data.www-data /var/www/egroupware/
 
# mkdir /var/lib/egroupware
# mkdir /var/lib/egroupware/default
# mkdir /var/lib/egroupware/default/files
# mkdir /var/lib/egroupware/default/backup
# chown -Rf www-data.www-data /var/lib/egroupware/
 
 
http://localhost/egroupware/

Latest revision as of 01:48, 29 March 2013