Skip to content

continuousphp/documentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ContinuousPHP

Build Status

ContinuousPHP© is the first and only PHP-centric PaaS to build, package, test and deploy applications in the same workflow.

ContinuousPHP Documentation

This is the official documentation for the ContinuousPHP platform, written by Continuous SA with community contributions.

Installation with Docker

Clone this project

git clone git@github.com:continuousphp/documentation.git

Start development server on http://localhost:8000

docker run --rm -it -p 8000:8000 -v ${PWD}:/docs squidfunk/mkdocs-material

Build documentation

docker run --rm -it -v ${PWD}:/docs squidfunk/mkdocs-material build

Documentation

You can find Markdown documentation into docs subfolder. Thanks to open an issue if you see something missing in our documentation.

Credit

This project was made based on Open-Source project, thanks to them!

Contributing

  1. Fork it 👏
  2. Create your feature branch: git checkout -b feat/my-new-feature
  3. Write your Unit and Functional tests
  4. Commit your changes: git commit -am 'Add some feature'
  5. Push to the branch: git push origin feat/my-new-feature
  6. Submit a pull request with the details of your implementation
  7. Take a drink during our review and merge 🍻