Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 1.07 KB

README.md

File metadata and controls

27 lines (14 loc) · 1.07 KB

Phusion Passenger documentation project

Welcome to the Passenger documentation project. The goal of this project is to write excellent documentation for the Phusion Passenger application server.

You can view the live version of this documentation at https://www.phusionpassenger.com/library/.

Documentation is written in markdown and HTML. The final output is generated through the Middleman static site generator.

Contributing

You can contribute documentation by adding or editing files in the source directory. Feel free to send us a pull request.

By contributing, you agree to license your contribution under CC BY SA 4.0.

Previewing or generating the doucmentation website

You will need Ruby installed in order to preview or generate the documentation website.

Install the gem bundle:

bundle install

Then run Middleman:

bundle exec middleman s

This will launch the website at http://127.0.0.1:4567/