Skip to main content

Posts

Showing posts from January, 2018

Ubuntu, apache2, php7.0, mysql server and phpmyadmin

Today i installed Ubuntu 2016 on partion in the hard disk using somthing else option as following  root>51200 boot>2048 home>357991 swap>8193 (must be the last one) now i'm going to install apache2 to make local server then PHP 7.0 to program with this language and enable the local server to understand it then mysql server to make database then phpmyadmin to deal with the database then jdk and netbeans which is editor for java and php and other language and scripting programming let's start first of all i'm going to update >sudo apt-get update the next is that i'm going to install apache2 >sudo apt install apache2 now i'm going to test my local host in the address of the browser i'm going to write 127.0.0.1 the page with title Apache2 Ubuntu Default Page appeared that's good  the next i'm going to install php 7.0 >sudo apt-get install php7.0 now let's make php file to test the php >sudo