Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 647 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 647 Bytes

Simple PHP-based website

This project is used in the GitHub documentation to guide users through the process of converting a project written on one language to another language - for example, from PHP to Python.

The repository is derived from the public GitHub repository banago/simple-php-website.

Installation

To generate the website output from this project:

  1. Clone the project to your local computer.
  2. Install PHP on your computer.
  3. In a terminal, navigate to the project folder.
  4. Run php -S localhost:8080.
  5. In a web browser, go to http://localhost:8080.

License

MIT