SMEOnffLine: Instalasi WaypointHR: Difference between revisions

From OnnoCenterWiki
Jump to navigationJump to search
Onnowpurbo (talk | contribs)
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...
 
Onnowpurbo (talk | contribs)
 
(8 intermediate revisions by the same user not shown)
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';
Line 29: Line 29:




Akses Web & Selesaikan instalasi
==Akses Web untuk Instalasi==


http://192.168.0.254/waypointhr
http://192.168.0.254/waypointhr
Selesaikan instalasi




Line 39: 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]]
Line 44: Line 56:
[[Image:Whr5.jpeg|center|200px|thumb]]
[[Image:Whr5.jpeg|center|200px|thumb]]


[[Image:Whr6.jpeg|center|200px|thumb]]


Untuk mengakses Web
username admin
password admin


==Pranala Menarik==
==Pranala Menarik==


* [[Linux Howto]]
* [[SMEOnffLine: Server Berbasis Sabily]]
* [[SMEOnffLine: Server Berbasis Ubuntu]]

Latest revision as of 01: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

Pranala Menarik