Latest Movie :

Langkah Instalasi Aplikasi berbasis Web di Linux Server

 Cara install aplikasi berbasis Web di Linux:

Apabila LAMP (Linux Apache MySQL PHP) belum terinstall, lakukan installasi dulu. Sebelum menginstall LAMP, Linux di update dulu: # apt-get update
  1. Install Apache:
    # apt-get install apache2 apache2-utils
  2. Install PHP:
    # apt-get install php5 php5-mysql php5-pear php5-gd php5-mcrypt php5-curl
  3. Install Database:
    # apt-get install mysql-server-5.
    # apt-get install php-json5 libapache2-mod-auth-mysql php5-mysql
  4. Install PHPMyAdmin:
    # apt-get install phpmyadmin

Langkah installasi aplikasi berbasis web di Linux:
  1. Aktifkan modul yang diperlukan.
    Misal: modul rewrite(untuk menjalankan .htaccess)
    # a2enmod rewrite
  2. Install PHP extention/paket lain yang diperlukan.
    Misal: php-json # apt-get install php-json
  3. Copy dan extract file CMS/Aplikasi ke dalam direktori server: /var/www/html.
    Perintahnya cp[spasi][letak direktori sumber/nama file][spasi][letak direktori tujuan].
    Misal, kita mengcopy file yang terletak di folder Document untuk di copy ke direktori server
    # cp /home/blc/Document/[nama file] /var/www/html.

    Cara extract:
    (zip)# unzip [nama file].zip;
    (tar.gz) # tar xvfz [nama file].tar.gz
  4. Berikan hak akses sebagai root untuk menjalankan aplikasi PHP: 
    # chown -R www-data:www-data /var/www/html/ [nama direktori aplikasi]
  5. Buat database melalui phpmyadmin, import database apabila diperlukan.
Share this article :

Posting Komentar

 
Support : Creating Website | Johny Template | Mas Template
Copyright © 2011. Gustini Qomsyatun - All Rights Reserved
Template Created by Creating Website Published by Mas Template
Proudly powered by Blogger