Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 965 Bytes

Readme.md

File metadata and controls

38 lines (29 loc) · 965 Bytes

#Starting with A new Web Site

  • Here you will find simple and complex PHP+MySQL+HTMLS

  • Website design alt text

If you are using Unbntu platform

  • Install apache web server using the following commands
  • Install git into you Machine to pull and push from the server
  • Install gedit to edit the file that you will put your code on it
$ sudo apt-get install apache2 libapache2-mod-php5 php5-mysql
$ sudo apt-get install git
$ sudo apt-get install gedit

#Follow this instructions to clone to my Repo

  • Clone to the my repository from terminal
$ git clone https://github.com/mohanad86/Web-Application-
$ git pull 
- You will pull the Java-coding in your PC
$ ls
-To showing you the list location of the file Web-Application-
$ cd Web-Application-
- Then you are in :)
Author: Mohanad Aly 

License

Licensed under the Apache License

http://www.apache.org/licenses/LICENSE-2.0