Archive for Mei 2014
Membuat web server di linux
Masuk ke terminal
Masuk Sebagai Super User
Ketikan su untuk
masuk ke super user
Install web server, PHP dan Mysql
Ketikkan : yum install httpd php php5 mysql-server
Ketikkan : yum install httpd php php5 mysql-server
Masuk ke directori /var/www/html
cd /var/www/html
Buat folder baru
mkdir NIM-KALIAN
Masuk ke folder yang baru dibuat
cd NIM-KALIAN
Buat file baru
touch index.php
Masuk ke file index.php
nano index.php
Isikan syntax berikut
<?php
Echo “ Welcome J
”;
?>
trimakasih :)