PERSIAPAN INSTALASI
1. Pastikan webserver dan mysql server telah jalan.
Upgrade PHP ke versi 5.2.17
Disini saya menggunakan Drupal 6
Recommended: PHP 5.2 for Drupal 5 and 6, PHP 5.3 for Drupal 7
2. masuk ke direktori /var/www/html
Code: [Select]
cd /var/www/html
3.buat direktori drupal
Code: [Select]
mkdir drupal
Code: [Select]
cd drupal
4.Download file installer
Code: [Select]
wget http://ftp.drupal.org/files/projects/drupal-6.20.tar.gz
5.ekstrak file installernya
Code: [Select]
tar -xzvf drupal-6.20.tar.gz
6. ubah permission folder
Code: [Select]
chmod -R 777 *
BUAT DATABASE
1. Masuk ke webconfig, Server - MySQL , isikan password untuk root MySQL, tekan update
2. Klik di GO , masuk ke PHPMyAdmin
3. Masukkan user = root, password= paswd yg anda buat tadi
4. Create new database = drupaldb
5. Masuk privileges - Add a new User
User name = drupaluser
Password = drupalpwd
Database for user = Grant all privileges on database
Global privileges = Check All
Tekan GO
TAHAP INSTALASI
1. http://IP_COS/drupal/drupal-6.20/install.php
2. Choose language : Continue installation in English
3. Verify requirements : ubah melalui winscp
#drupal-6.20/sites/default/default.settings.php jadi drupal-6.20/sites/default/settings.php
4.Set up database :
Database name = drupaldb
Database username = drupaluser
Database password = drupalpwd
Tidak ada komentar:
Posting Komentar