Difference between revisions of "SMEOnffLine: Instalasi WaypointHR"

From OnnoWiki
Jump to navigation Jump to search
Line 23: Line 23:
 
  Enter password:
 
  Enter password:
 
  create database waypointhr;
 
  create database waypointhr;
  grant INSERT,SELECT on root.* to waypointhr@localhost;
+
  grant ALL on root.* to waypointhr@localhost;
 
  grant ALL on waypointhr.* to waypointhr@localhost identified by 'waypointhr';
 
  grant ALL on waypointhr.* to waypointhr@localhost identified by 'waypointhr';
 
  grant ALL on waypointhr.* to waypointhr identified by 'waypointhr';
 
  grant ALL on waypointhr.* to waypointhr identified by 'waypointhr';

Revision as of 15:07, 12 November 2009

Install aplikasi pendukung

# apt-get install libsyncml0 libsyncml-dev libsyncml-utils \
opensync-plugin-syncml php-pear php5-gd php5-imap php5-odbc \
php5-pgsql apache2 mysql-server libmysqlclient15-dev libphp-adodb \
libgd2-xpm libgd2-xpm-dev php5-mysql php5-gd php5-curl php-pear \
php5-xmlrpc libnet-ssleay-perl


Ambil source code dari

http://sourceforge.net/projects/waypointhr/

Copy source code ke /var/www

cp WaypointHR_Release_0.3_Alpha_5.tar.gz /var/www/
cd /var/www
tar zxvf WaypointHR_Release_0.3_Alpha_5.tar.gz 

Siapkan database

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


Akses Web

http://192.168.0.254/waypointhr

Selesaikan instalasi


Whr1.jpeg
Whr2.jpeg
Whr3.jpeg
Whr4.jpeg
Whr5.jpeg


Pranala Menarik