Difference between revisions of "Instalasi CARE2X"

From OnnoWiki
Jump to navigation Jump to search
(New page: ==Referensi== * http://www.care2x.org * http://sourceforge.net/projects/care2002/files/ * http://wahyudisetiawan.wordpress.com/2009/08/21/care2x-sistem-informasi-rumah-sakit/ ==Pranala M...)
 
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
Siapkan aplikasi pendukung
 +
 +
apt-get install apache2 mysql-server libmysqlclient15-dev libphp-adodb libgd2-xpm libgd2-xpm-dev \
 +
php5-mysql php5-gd php5-curl php-image-graph php-image-canvas php-pear unzip
 +
 +
Download [[source code]] CARE2X dari
 +
 +
* http://www.care2x.org
 +
* http://sourceforge.net/projects/care2002/files/
 +
 +
Copy & extract file
 +
 +
cp Care2x-HIS-2.6.27.tar.gz /var/www/
 +
cd /var/www/
 +
tar zxvf Care2x-HIS-2.6.27.tar.gz
 +
mv /var/www/Care2x-HIS-2.6.27 /var/www/care2x
 +
 +
Siapkan [[database]]
 +
 +
# mysql -u root -p123456
 +
create database care2x;
 +
grant ALL on root.* to care2x@localhost;
 +
grant ALL on care2x.* to care2x@localhost identified by 'care2x';
 +
grant ALL on care2x.* to care2x identified by 'care2x';
 +
exit
 +
 +
asumsi
 +
 +
database      care2x
 +
user database  care2x
 +
password      care2x
 +
root passwd    1234576
 +
 +
Perhatikan grant ALL berbahaya, harus di ubah jika ingin lebih aman.
 +
 +
==Finalisasi Melalui Web==
 +
 +
Akses ke Web CARE2X
 +
 +
http://localhost/care2x
 +
 +
[[Image:Care2x1.jpeg|center|200px|thumb]]
 +
[[Image:Care2x2.jpeg|center|200px|thumb]]
 +
 +
Isi informasi
 +
 +
Server Type        mysql
 +
User Name          care2x
 +
Password          care2x
 +
Server Address    localhost
 +
Database Name      care2x
 +
User Name          admin
 +
Password          adminpassword
 +
Password Confirm  adminpassword
 +
Transfer Protocol  http
 +
Care2x Host        localhost
 +
TimeZone          Asia/Jakarta
 +
 +
[[Image:Care2x3.jpeg|center|200px|thumb]]
 +
[[Image:Care2x4.jpeg|center|200px|thumb]]
 +
[[Image:Care2x5.jpeg|center|200px|thumb]]
 +
 +
Pilih
 +
 +
  ICD10 EN 
 +
 +
[[Image:Care2x6.jpeg|center|200px|thumb]]
 +
 +
ulangi untuk berbagai [[database]] yang anda butuhkan. Sayang tidak ada yang berbahasa Indonesia.
 +
 +
[[Image:Care2x7.jpeg|center|200px|thumb]]
 +
 
==Referensi==
 
==Referensi==
  
 +
* http://wiki.care2x.org/index.php/Installation_Guide
 
* http://www.care2x.org
 
* http://www.care2x.org
 
* http://sourceforge.net/projects/care2002/files/
 
* http://sourceforge.net/projects/care2002/files/

Latest revision as of 18:50, 8 November 2010

Siapkan aplikasi pendukung

apt-get install apache2 mysql-server libmysqlclient15-dev libphp-adodb libgd2-xpm libgd2-xpm-dev \
php5-mysql php5-gd php5-curl php-image-graph php-image-canvas php-pear unzip

Download source code CARE2X dari

Copy & extract file

cp Care2x-HIS-2.6.27.tar.gz /var/www/
cd /var/www/
tar zxvf Care2x-HIS-2.6.27.tar.gz 
mv /var/www/Care2x-HIS-2.6.27 /var/www/care2x

Siapkan database

# mysql -u root -p123456
create database care2x;
grant ALL on root.* to care2x@localhost;
grant ALL on care2x.* to care2x@localhost identified by 'care2x';
grant ALL on care2x.* to care2x identified by 'care2x';
exit

asumsi

database       care2x
user database  care2x
password       care2x
root passwd    1234576

Perhatikan grant ALL berbahaya, harus di ubah jika ingin lebih aman.

Finalisasi Melalui Web

Akses ke Web CARE2X

http://localhost/care2x
Care2x1.jpeg
Care2x2.jpeg

Isi informasi

Server Type        mysql
User Name          care2x
Password           care2x
Server Address     localhost
Database Name      care2x
User Name          admin
Password           adminpassword
Password Confirm   adminpassword
Transfer Protocol  http
Care2x Host        localhost
TimeZone           Asia/Jakarta
Care2x3.jpeg
Care2x4.jpeg
Care2x5.jpeg

Pilih

 ICD10 EN  
Care2x6.jpeg

ulangi untuk berbagai database yang anda butuhkan. Sayang tidak ada yang berbahasa Indonesia.

Care2x7.jpeg

Referensi

Pranala Menarik