Difference between revisions of "Instalasi webid"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) |
Onnowpurbo (talk | contribs) |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | Download source code Webid dari | + | Download [[source code]] Webid dari |
http://sourceforge.net/projects/simpleauction/ | http://sourceforge.net/projects/simpleauction/ | ||
− | Siapkan Database MySQL untuk WeBid | + | Siapkan [[Database]] [[MySQL]] untuk WeBid |
# mysql -u root -p | # mysql -u root -p | ||
Enter password: | Enter password: | ||
− | + | create database webid; | |
− | + | grant INSERT,SELECT on root.* to webid@localhost; | |
− | + | grant CREATE, INSERT, SELECT, DELETE, UPDATE on webid.* to webid@localhost identified by "webidpass"; | |
− | + | grant CREATE, INSERT, SELECT, DELETE, UPDATE on webid.* to webid identified by "webidpass"; | |
− | mysql | + | exit |
+ | |||
+ | Bagi anda yang masih pemula dapat juga menggunakan perintah | ||
+ | |||
+ | # mysql -u root -p | ||
+ | Enter password: | ||
+ | create database webid; | ||
+ | grant ALL on root.* to webid@localhost; | ||
+ | grant ALL on webid.* to webid@localhost identified by "webid"; | ||
+ | grant ALL on webid.* to webid identified by "webid"; | ||
+ | exit | ||
Copy dan extract WeBid | Copy dan extract WeBid | ||
− | + | sudo su - | |
− | + | cp WeBid-0.8.5.zip /var/www/ | |
− | + | cd /var/www/ | |
− | + | unzip WeBid-0.8.5.zip | |
− | + | cd /var/www/WeBid | |
Ubah CHMOD | 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 includes/config.inc.php | |
− | + | chmod -Rf 777 includes/currencies.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 | Konfigurasi melalui Web | ||
Line 63: | Line 75: | ||
Sebelum klik "here", masuk ke shell dan lakukan | Sebelum klik "here", masuk ke shell dan lakukan | ||
− | + | cd /var/www/WeBid | |
− | + | rm -Rf install | |
Masuk ke | Masuk ke | ||
Line 70: | Line 82: | ||
http://localhost/WeBid/admin/ | http://localhost/WeBid/admin/ | ||
+ | Akan tampak | ||
+ | [[Image:Webid2.jpeg|thumb|200px|center]] | ||
+ | |||
+ | Setelah username & password admin yang kita inginkan di masukan | ||
+ | |||
+ | [[Image:Webid3.jpeg|thumb|200px|center]] | ||
Line 84: | Line 102: | ||
==Pranala Menarik== | ==Pranala Menarik== | ||
− | + | * [[WeBid: Cuplikan Administration Backend]] | |
* [[e-Auction Server]] | * [[e-Auction Server]] | ||
* [[Linux Howto]] | * [[Linux Howto]] |
Latest revision as of 11:24, 1 November 2010
Download source code Webid dari
http://sourceforge.net/projects/simpleauction/
Siapkan Database MySQL untuk WeBid
# mysql -u root -p Enter password: create database webid; grant INSERT,SELECT on root.* to webid@localhost; grant CREATE, INSERT, SELECT, DELETE, UPDATE on webid.* to webid@localhost identified by "webidpass"; grant CREATE, INSERT, SELECT, DELETE, UPDATE on webid.* to webid identified by "webidpass"; exit
Bagi anda yang masih pemula dapat juga menggunakan perintah
# mysql -u root -p Enter password: create database webid; grant ALL on root.* to webid@localhost; grant ALL on webid.* to webid@localhost identified by "webid"; grant ALL on webid.* to webid identified by "webid"; exit
Copy dan extract WeBid
sudo su - cp WeBid-0.8.5.zip /var/www/ cd /var/www/ unzip WeBid-0.8.5.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 includes/config.inc.php chmod -Rf 777 includes/currencies.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
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
Masuk ke
http://localhost/WeBid/admin/
Akan tampak
Setelah username & password admin yang kita inginkan di masukan
Referensi