Difference between revisions of "SMEOnffLine: Instalasi WaypointHR"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) |
Onnowpurbo (talk | contribs) |
||
(One intermediate revision by the same user not shown) | |||
Line 41: | Line 41: | ||
[[Image:Whr3.jpeg|center|200px|thumb]] | [[Image:Whr3.jpeg|center|200px|thumb]] | ||
+ | |||
+ | |||
+ | Username waypointhr | ||
+ | Password waypointhr | ||
+ | |||
+ | Create a new database schema for the tables? | ||
+ | Username root (for the schema creator) | ||
+ | Password 123456 | ||
+ | |||
+ | klik '''Create database''' | ||
[[Image:Whr4.jpeg|center|200px|thumb]] | [[Image:Whr4.jpeg|center|200px|thumb]] | ||
[[Image:Whr5.jpeg|center|200px|thumb]] | [[Image:Whr5.jpeg|center|200px|thumb]] | ||
− | |||
Line 52: | Line 61: | ||
username admin | username admin | ||
password admin | password admin | ||
− | |||
==Pranala Menarik== | ==Pranala Menarik== |
Latest revision as of 08:15, 6 January 2010
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 untuk Instalasi
http://192.168.0.254/waypointhr
Selesaikan instalasi
Username waypointhr Password waypointhr Create a new database schema for the tables? Username root (for the schema creator) Password 123456
klik Create database
Untuk mengakses Web
username admin password admin