/cf-docs

A well lit place for docs

Primary LanguageRuby

docs

This is the Cloud Foundry documentation - including information about running and managing applications on Cloud Foundry, and setting up your own Cloud Foundry instance with VCAP and BOSH. The repository also feeds cloudfoundry.github.com using Github Pages and Middleman.

If you have minor changes, you can contribute by forking this repository, modifying the files in /source/docs, and creating a GitHub pull request.

If you want to contribute on a larger scale, see the Pivotal Project for CF Docs.

Contributing docs

You can either contribute directly within Github or by cloning the repository to your local machine using git.

Viewing docs locally

These docs are rendered using middleman. To pull down the raw documentation project and view the docs on your local machine using middleman:

git clone https://github.com/cloudfoundry/docs.git cloudfoundry-docs
cd cloudfoundry-docs
bundle
middleman server

Then view http://0.0.0.0:4567 in your browser.

More help

Twitter

  • Follow the @cloudfoundry twitter account for retweets of blogs and news from the world of Cloud Foundry

Discussion Groups

Bugs

When you are getting started with Cloud Foundry, and are still learning your way around the Cloud Foundry repositories, you can raise bugs with cloudfoundry.atlassian.net.

As you grow more experienced, you will discover that many of the sub-projects of Cloud Foundry have their own ticket systems via each project's GitHub Issues.

Support