Difference between revisions of "Instalasi phpgroupware"

From OnnoWiki
Jump to navigation Jump to search
 
(5 intermediate revisions by the same user not shown)
Line 12: Line 12:
 
  create database phpgroupware;
 
  create database phpgroupware;
 
  grant INSERT,SELECT on root.* to phpgroupware@localhost;
 
  grant INSERT,SELECT on root.* to phpgroupware@localhost;
  grant CREATE, INSERT, SELECT, DELETE, UPDATE on phpgroupware.* to phpgroupware___@localhost identified by "phpgroupwarepass";
+
  grant CREATE, INSERT, SELECT, DELETE, UPDATE on phpgroupware.* to phpgroupware@localhost identified by "phpgroupwarepass";
  grant CREATE, INSERT, SELECT, DELETE, UPDATE on phpgroupware.* to phpgroupware___ identified by "phpgroupwarepass";
+
  grant CREATE, INSERT, SELECT, DELETE, UPDATE on phpgroupware.* to phpgroupware identified by "phpgroupwarepass";
 
  exit
 
  exit
  
Line 20: Line 20:
 
  # mysql -u root -p
 
  # mysql -u root -p
 
  Enter password:
 
  Enter password:
  create database phpgroupware__;
+
  create database phpgroupware;
  grant ALL on root.* to phpgroupware__@localhost;
+
  grant ALL on root.* to phpgroupware@localhost;
  grant ALL on phpgroupware.* to phpgroupware__@localhost identified by "phpgroupware";
+
  grant ALL on phpgroupware.* to phpgroupware@localhost identified by "phpgroupware";
  grant ALL on phpgroupware.* to phpgroupware__ identified by "phpgroupware";
+
  grant ALL on phpgroupware.* to phpgroupware identified by "phpgroupware";
 
  exit
 
  exit
  
Line 29: Line 29:
 
Instalasi
 
Instalasi
  
  apt-get install phpgroupware-0.9.16
+
  apt-get install phpgroupware-0.9.16 vsftpd
  
 
Masukan informasi:
 
Masukan informasi:
Line 40: Line 40:
 
* Please enter the database administrator user name: '''root'''
 
* Please enter the database administrator user name: '''root'''
 
* Please enter the database administrator password (if any): '''passwordrootmysql'''
 
* Please enter the database administrator password (if any): '''passwordrootmysql'''
* Please enter phpGroupWare database name:      ''' phpgroupware___'''
+
* Please enter phpGroupWare database name:      ''' phpgroupware'''
 
* Please enter the database user name to access the database: '''pgpgroupware'''
 
* Please enter the database user name to access the database: '''pgpgroupware'''
 
* Please enter the password to access the database:  '''pgpgroupware'''
 
* Please enter the password to access the database:  '''pgpgroupware'''
  
  
 +
==Finalisasi Konfigurasi Menggunakan Web==
 +
 +
[[Image:Phpgroupware1.jpeg|center|200px|thumb]]
 +
[[Image:Phpgroupware2.jpeg|center|200px|thumb]]
 +
[[Image:Phpgroupware3.jpeg|center|200px|thumb]]
 +
[[Image:Phpgroupware4.jpeg|center|200px|thumb]]
 +
[[Image:Phpgroupware5.jpeg|center|200px|thumb]]
 +
[[Image:Phpgroupware6.jpeg|center|200px|thumb]]
 +
[[Image:Phpgroupware7.jpeg|center|200px|thumb]]
 +
[[Image:Phpgroupware8.jpeg|center|200px|thumb]]
 +
[[Image:Phpgroupware9.jpeg|center|200px|thumb]]
 +
[[Image:Phpgroupware10.jpeg|center|200px|thumb]]
 +
[[Image:Phpgroupware11.jpeg|center|200px|thumb]]
 +
[[Image:Phpgroupware12.jpeg|center|200px|thumb]]
 +
[[Image:Phpgroupware13.jpeg|center|200px|thumb]]
 +
 +
==Cuplikan Penggunaan phpgroupware==
 +
 +
* [[Image:Phpgroupware-use1.jpeg|center|200px|thumb]]
 +
* [[Image:Phpgroupware-use2.jpeg|center|200px|thumb]]
 +
* [[Image:Phpgroupware-use3.jpeg|center|200px|thumb]]
 +
* [[Image:Phpgroupware-use4.jpeg|center|200px|thumb]]
 +
* [[Image:Phpgroupware-use5.jpeg|center|200px|thumb]]
 +
* [[Image:Phpgroupware-use6.jpeg|center|200px|thumb]]
  
 
==Pranala Menarik==
 
==Pranala Menarik==

Latest revision as of 10:05, 1 November 2010

Siapkan database

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:
create database phpgroupware;
grant INSERT,SELECT on root.* to phpgroupware@localhost;
grant CREATE, INSERT, SELECT, DELETE, UPDATE on phpgroupware.* to phpgroupware@localhost identified by "phpgroupwarepass";
grant CREATE, INSERT, SELECT, DELETE, UPDATE on phpgroupware.* to phpgroupware identified by "phpgroupwarepass";
exit

Jika kita sedang belajar ada baiknya menggunakan perintah berikuta dalam membuat database

# mysql -u root -p
Enter password:
create database phpgroupware;
grant ALL on root.* to phpgroupware@localhost;
grant ALL on phpgroupware.* to phpgroupware@localhost identified by "phpgroupware";
grant ALL on phpgroupware.* to phpgroupware identified by "phpgroupware";
exit


Instalasi

apt-get install phpgroupware-0.9.16 vsftpd

Masukan informasi:

  • Please enter the desired phpGroupWare 'Header Admin' password: passwordadmin
  • Confirm the 'Header Admin' password: passwordadmin
  • Please enter the phpGroupWare 'Setup/Config Admin' password: passwordadmin
  • Please retype the phpGroupWare 'Setup/Config Admin' password: passwordadmin
  • What database type will phpGroupWare use MySQL
  • Please enter the database administrator user name: root
  • Please enter the database administrator password (if any): passwordrootmysql
  • Please enter phpGroupWare database name: phpgroupware
  • Please enter the database user name to access the database: pgpgroupware
  • Please enter the password to access the database: pgpgroupware


Finalisasi Konfigurasi Menggunakan Web

Phpgroupware1.jpeg
Phpgroupware2.jpeg
Phpgroupware3.jpeg
Phpgroupware4.jpeg
Phpgroupware5.jpeg
Phpgroupware6.jpeg
Phpgroupware7.jpeg
Phpgroupware8.jpeg
Phpgroupware9.jpeg
Phpgroupware10.jpeg
Phpgroupware11.jpeg
Phpgroupware12.jpeg
Phpgroupware13.jpeg

Cuplikan Penggunaan phpgroupware

  • Phpgroupware-use1.jpeg
  • Phpgroupware-use2.jpeg
  • Phpgroupware-use3.jpeg
  • Phpgroupware-use4.jpeg
  • Phpgroupware-use5.jpeg
  • Phpgroupware-use6.jpeg

Pranala Menarik