Difference between revisions of "Instalasi webid"

From OnnoWiki
Jump to navigation Jump to search
Line 9: Line 9:
 
  mysql> create database webid;
 
  mysql> create database webid;
 
  mysql> grant INSERT,SELECT on root.* to webid@localhost;
 
  mysql> grant INSERT,SELECT on root.* to webid@localhost;
  mysql> grant CREATE, INSERT, SELECT, DELETE, UPDATE on webid.* to webid@localhost identified by "webid";
+
  mysql> grant CREATE, INSERT, SELECT, DELETE, UPDATE on webid.* to webid@localhost identified by "webidpass";
  mysql> grant CREATE, INSERT, SELECT, DELETE, UPDATE on webid.* to webid identified by "webid";
+
  mysql> grant CREATE, INSERT, SELECT, DELETE, UPDATE on webid.* to webid identified by "webidpass";
 
  mysql> exit
 
  mysql> exit
  
Line 30: Line 30:
 
  # chmod -Rf 777 language/EN/categories.inc.php
 
  # chmod -Rf 777 language/EN/categories.inc.php
 
  # chmod -Rf 777 language/EN/categories_select_box.inc.php  
 
  # chmod -Rf 777 language/EN/categories_select_box.inc.php  
 +
# chmod -Rf 777 cache/
 
  # chmod -Rf 777 uploaded/
 
  # chmod -Rf 777 uploaded/
 
  # chmod -Rf 777 uploaded/cache/
 
  # chmod -Rf 777 uploaded/cache/
Line 36: Line 37:
  
 
  http://localhost/WeBid
 
  http://localhost/WeBid
 +
 +
Anda akan melihat
 +
 +
[[Image:Webid1.jpeg|thumb|200px|center]]
 +
 +
Isikan parameter
 +
 +
Email Address      : e-mail address anda
 +
Database Username  : webid
 +
Database Password  : webidpass
 +
Database Name      : webid
 +
 +
Setelah semua di isi
 +
 +
klik "INSTALL"
 +
 +
Selanjutnya,
 +
 +
klik "Step 2"
 +
 +
Selanjutnya,
 +
 +
Installation complete now set-up your admin account "here" and remove the install folder from your server.
 +
 +
Sebelum klik "here", masuk ke shell dan lakukan
 +
 +
# cd /var/www/WeBid
 +
# rm -Rf install
 +
  
  

Revision as of 10:33, 25 May 2009

Download source code Webid dari

http://sourceforge.net/projects/simpleauction/

Siapkan Database MySQL untuk WeBid

# mysql -u root -p
Enter password:
mysql> create database webid;
mysql> grant INSERT,SELECT on root.* to webid@localhost;
mysql> grant CREATE, INSERT, SELECT, DELETE, UPDATE on webid.* to webid@localhost identified by "webidpass";
mysql> grant CREATE, INSERT, SELECT, DELETE, UPDATE on webid.* to webid identified by "webidpass";
mysql> exit

Copy dan extract WeBid

$ sudo su -
# cp WeBid-0.7.4.zip /var/www/
# cd /var/www/
# unzip WeBid-0.7.4.zip
# cd /var/www/WeBid

Ubah CHMOD

# cd /var/www/WeBid
# chmod -Rf 777 includes/data.inc.php 
# chmod -Rf 777 themes/default/settings.ini
# chmod -Rf 777 includes/countries.inc.php 
# chmod -Rf 777 includes/membertypes.inc.php 
# chmod -Rf 777 language/EN/categories.inc.php
# chmod -Rf 777 language/EN/categories_select_box.inc.php 
# chmod -Rf 777 cache/
# chmod -Rf 777 uploaded/
# chmod -Rf 777 uploaded/cache/

Konfigurasi melalui Web

http://localhost/WeBid

Anda akan melihat

Webid1.jpeg

Isikan parameter

Email Address      : e-mail address anda
Database Username  : webid
Database Password  : webidpass
Database Name      : webid

Setelah semua di isi

klik "INSTALL"

Selanjutnya,

klik "Step 2"

Selanjutnya,

Installation complete now set-up your admin account "here" and remove the install folder from your server.

Sebelum klik "here", masuk ke shell dan lakukan

# cd /var/www/WeBid
# rm -Rf install





Referensi


Pranala Menarik