FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [View Raw Code]   [Original HTTPS Page]

simple-php-website/README.md at main · docs/simple-php-website · GitHub

Latest commit

 

History

History
19 lines (12 loc) · 647 Bytes

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


Back | FazBrowse Home | New Git URL