pivotal-cf/docs-pcf-bosh

Name: docs-pcf-bosh

Owner: Pivotal Cloud Foundry

Description: null

Created: 2016-12-01 02:32:57.0

Updated: 2017-05-01 20:08:30.0

Pushed: 2017-08-01 00:27:26.0

Homepage: null

Size: 2344

Language: HTML

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Overview

This repo contains the documentation for PCF BOSH. The repo contains the following folders:

Locate the Topics and Subnav

Edit the individual topics in the docs-content folder.

Edit the subnav at docs-book/master_middleman/source/subnavs/pcfbosh_subnav.erb

Use Bookbinder To View and Publish Docs

Bookbinder is a command-line utility for stitching Markdown docs into a hostable web app.

You can use Bookbinder to

When you follow the instructions below, you will run bundle install locally which will install the bookbinder command line utility for you.

View Docs

To use Bookbinder to view your documentation, perform the following steps:

  1. Clone this repo to your local machine.
  2. On your local machine, cd into docs-book in the cloned repo.
  3. Run bundle install to make sure you have all the necessary gems installed.
  4. Run bookbinder watch to build an interactive version of the docs and navigate to localhost:4567/pcfbosh/ in a browser. (It may take a moment for the site to load at first.) This builds a site from your content repo at docs-content, and then watches that repo to update the site if you make any changes to the repo.
Publish Docs
  1. Clone this repo to your local machine.
  2. On your local machine, cd into docs-book in the cloned repo.
  3. Run bundle install to make sure you have all the necessary gems installed.
  4. Run bookbinder bind local to build a Rack web-app of the book.
  5. cd into the final_app directory.
  6. Log into PEZ HeritageCF and target the appropriate org and space: cf login -a api.run.pez.pivotal.io -o pcf-bosh -s pcf-bosh --sso. You'll need to follow the link provided by the cf CLI, and then make sure to choose the option to log in with Okta.
  7. Run cf push bosh-native-pcf-docs -b ruby_buildpack -d pezapp.io.

After the push command has completed, view the docs at https://bosh-native-pcf-docs.pezapp.io/


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.