Cara Install Aplikasi Berbasis Web di Linux


  Hai sobat bagaimana kabar anda????? dalam kesempatan kali ini saya akan sharing tentang bagaimana Cara intall aplikasi berbasis Web di Linux ok sobat langsung saja nih tutorialnya.......

A. Apabila LAMP (Linux Apache MySQl PHP) belum terinstal,
lakukan langkah instalasi sbb :
Sebelumnya sebaiknya Linux diupdate dulu :

# apt-get update

Pastikan sudah terkoneksi ke Server Repository dengan baik.
1. Install Apache :

# apt-get install apache2
2.Install PHP :

# apt-get install php5 php5-mysql php-pear php5-gd php5-
mcrypt php5-curl php5-intl php5-xmlrpc
# cd /var/www/html
nano info.php
<?php
phpinfo();
?>

 

Kemudian buka URL http://localhost/info.php
3. Install DataBase :

# apt-get install mariadb-server





# mysql_secure_installation setelah itu ada beberapa pertanyaan anda tekan "n" saja semua lalu enter


 4. Install PHPMyadmin :

# apt-get install phpmyadmin

 Nah sudah selesai....ini belum tuntas ada tutorial selanjutnya lohhhh......
Semoga bermanfaat.....

Share on Google Plus

About Muhammad Syarifuddin

This is a short description in the author block about the author. You edit it by entering text in the "Biographical Info" field in the user admin panel.
    Blogger Comment

0 komentar:

Posting Komentar