Difference between revisions of "Instalasi eGroupWare menggunakan apt-get"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) |
Onnowpurbo (talk | contribs) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | Edit | ||
+ | |||
+ | vi /etc/apt/sources.list.d/egroupware.sources.list | ||
+ | |||
+ | Isi dengan | ||
+ | |||
+ | deb http://download.opensuse.org/repositories/server:/eGroupWare/Debian_6.0/ ./ | ||
+ | |||
+ | Import Key | ||
+ | |||
+ | wget -O - http://download.opensuse.org/repositories/server:/eGroupWare/Debian_6.0/Release.key | apt-key add - | ||
+ | |||
+ | |||
+ | |||
Instal menggunakan apt-get menggunakan meta package | Instal menggunakan apt-get menggunakan meta package | ||
Line 37: | Line 51: | ||
http(s)://localhost/egroupware/setup/ | http(s)://localhost/egroupware/setup/ | ||
+ | http://localhost/egroupware/setup/index.php | ||
==Selesaikan konfigurasi melalui Web== | ==Selesaikan konfigurasi melalui Web== | ||
Line 48: | Line 63: | ||
[[Image:Egroupwaresetup3.jpeg|center|200px|thumb]] | [[Image:Egroupwaresetup3.jpeg|center|200px|thumb]] | ||
− | [[Image:Egroupwaresetup4.jpeg| | + | [[Image:Egroupwaresetup4.jpeg|cehttp://localhost/egroupware/setup/index.phpnter|200px|thumb]] |
[[Image:Egroupwaresetup5.jpeg|center|200px|thumb]] | [[Image:Egroupwaresetup5.jpeg|center|200px|thumb]] |
Latest revision as of 05:17, 25 February 2013
Edit
vi /etc/apt/sources.list.d/egroupware.sources.list
Isi dengan
deb http://download.opensuse.org/repositories/server:/eGroupWare/Debian_6.0/ ./
Import Key
wget -O - http://download.opensuse.org/repositories/server:/eGroupWare/Debian_6.0/Release.key | apt-key add -
Instal menggunakan apt-get menggunakan meta package
apt-get install egroupware
Perlu memasukan
- Header admin user name: admin (default)
- Header admin password: passwordadminyangandasuka
- Header admin password confirmation: passwordadminyangandasuka
Siapkan database untuk eGroupWare, disini akan digunakan database dengan nama egroupware, user database dengan nama egroupware dan password untuk akses database adalah egroupware. Sedang password root MySQL di set sebagai password. Perintah yang digunakan untuk mengkonfigurasi adalah
mysql mysql> SET PASSWORD FOR root@localhost=PASSWORD('password');
Jika password Root MySQL database sudah di set maka kita dapat langsung mengkonfigurasi MySQL menggunakan perintah
# mysql -u root -p Enter password: mysql> create database egroupware; mysql> grant INSERT,SELECT on root.* to egroupware@localhost; mysql> grant CREATE, INSERT, SELECT, DELETE, UPDATE on egroupware.* to egroupware@localhost identified by "egroupwarepass"; mysql> grant CREATE, INSERT, SELECT, DELETE, UPDATE on egroupware.* to egroupware identified by "egroupwarepass"; mysql> exit
Jika kita sedang belajar ada baiknya menggunakan perintah berikut dalam membuat database
# mysql -u root -p123456
create database egroupware; grant ALL on root.* to egroupware@localhost; grant ALL on egroupware.* to egroupware@localhost identified by "egroupware"; grant ALL on egroupware.* to egroupware identified by "egroupware"; exit
Konfigurasi melalui
http(s)://localhost/egroupware/setup/ http://localhost/egroupware/setup/index.php
Selesaikan konfigurasi melalui Web
Lanjutnya langkah berikut
copy header.inc.php
Setelah download header.inc.php dari web lakukan
cd ~ cp ~/Downloads/header.inc.php /var/lib/egroupware/