Difference between revisions of "Instalasi WaypointHR"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) |
Onnowpurbo (talk | contribs) |
||
Line 29: | Line 29: | ||
− | Akses Web | + | Akses Web |
http://localhost/waypointhr/ | http://localhost/waypointhr/ | ||
+ | Selesaikan instalasi | ||
[[Image:Whr1.jpeg|center|200px|thumb]] | [[Image:Whr1.jpeg|center|200px|thumb]] |
Revision as of 16:35, 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