Difference between revisions of "Instalasi WaypointHR"

From OnnoWiki
Jump to navigation Jump to search
(New page: 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 li...)
 
Line 31: Line 31:
 
Akses Web & Selesaikan instalasi
 
Akses Web & Selesaikan instalasi
  
 +
[[Image:Whr1.jpeg|center|200px|thumb]]
  
 +
[[Image:Whr2.jpeg|center|200px|thumb]]
 +
 +
[[Image:Whr3.jpeg|center|200px|thumb]]
 +
 +
[[Image:Whr4.jpeg|center|200px|thumb]]
 +
 +
[[Image:Whr5.jpeg|center|200px|thumb]]
 +
 +
[[Image:Whr6.jpeg|center|200px|thumb]]
  
  

Revision as of 16:28, 2 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 INSERT,SELECT 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 & Selesaikan instalasi

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


Pranala Menarik