JCow: Instalasi: Difference between revisions

From OnnoCenterWiki
Jump to navigationJump to search
Onnowpurbo (talk | contribs)
No edit summary
Onnowpurbo (talk | contribs)
No edit summary
Line 55: Line 55:


  rm -Rf /var/www/jcow/install.php  
  rm -Rf /var/www/jcow/install.php  
Siapkan ioncube
** Installing to a remote SHARED server
1. Upload the contents of this package to a directory/folder called ioncube
  within your main web scripts area.
2. Launch the Loader Wizard script in your browser. For example:
    http://yourdomain/ioncube/loader-wizard.php
If the wizard is not found, carefully check the location where you uploaded
the Loaders and the wizard script to on your server.
** Installing to a remote UNIX/LINUX DEDICATED or VPS server
1. Upload the contents of this package to /usr/local/ioncube
2. Copy the loader-wizard.php script to the root web directory of a
  configured domain on the server
2. Launch the Loader Wizard script in your browser. For example:
    http://yourdomain/loader-wizard.php


Kita dapat mengakses jcow melalui
Kita dapat mengakses jcow melalui

Revision as of 13:34, 25 March 2012

Siapkan ioncube

http://www.ioncube.com/loaders.php
wget http://downloads2.ioncube.com/loader_downloads/ioncube_loaders_lin_x86.tar.gz
wget http://downloads2.ioncube.com/loader_downloads/ioncube_loaders_lin_x86_ipf.zip


Download jcow dari

http://www.jcow.net/download/

Instalasi aplikasi pendukung

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

Siapkan database

# mysql -u root -p123456
create database jcow;
grant INSERT,SELECT on root.* to jcow@localhost;
grant CREATE, INSERT, SELECT, DELETE, UPDATE on jcow.* to jcow@localhost identified by 'jcow';
grant CREATE, INSERT, SELECT, DELETE, UPDATE on jcow.* to jcow identified by 'jcow';
exit

Copy & Instalasi CMS

mkdir /var/www/
mkdir /var/www/jcow
cp jcow.7.0.ce.zip /var/www/jcow
cd /var/www/jcow
unzip jcow.7.0.ce.zip
rm -Rf /var/www/jcow/upgrade*
chown -Rf www-data.www-data /var/www

Browse ke

http://localhost/jcow/install.php

Isi melalui browser

Database     jcow
DB Host      localhost
DB name      jcow
DB Username  jcow	
DB Password  jcow
Website URL  http://192.168.0.61/jcow
Email	
Choose a Password	

Melalui shell lakukan

rm -Rf /var/www/jcow/install.php 


Siapkan ioncube

    • Installing to a remote SHARED server


1. Upload the contents of this package to a directory/folder called ioncube

  within your main web scripts area. 


2. Launch the Loader Wizard script in your browser. For example:

    http://yourdomain/ioncube/loader-wizard.php


If the wizard is not found, carefully check the location where you uploaded

the Loaders and the wizard script to on your server.



    • Installing to a remote UNIX/LINUX DEDICATED or VPS server


1. Upload the contents of this package to /usr/local/ioncube


2. Copy the loader-wizard.php script to the root web directory of a

  configured domain on the server


2. Launch the Loader Wizard script in your browser. For example:

    http://yourdomain/loader-wizard.php

Kita dapat mengakses jcow melalui

http://



Pranala Menarik