Skip to content

annaesvensson/yellow-serve

Repository files navigation

Deutsch   English   Svenska

Serve 0.9.1

Built-in web server.

Screenshot

How to install an extension

Download ZIP file and copy it into your system/extensions folder. Learn more about extensions.

How to start a web server

You can start a web server at the command line. The built-in web server is convenient for developers, designers and translators. This allows you to see your website on your computer and upload it to your web server later. Open a terminal window. Go to your installation folder, where the file yellow.php is. Type php yellow.php serve, you can optionally add a URL. Open a web browser and go to the URL shown.

Examples

Starting web server at the command line:

php yellow.php serve

Starting web server at the command line, different URLs:

php yellow.php serve http://localhost:8000/
php yellow.php serve http://localhost:8080/
php yellow.php serve http://localhost:8888/

Developer

Anna Svensson. Get help.