pivotal-cf/docs-spring-cloud-services

Name: docs-spring-cloud-services

Owner: Pivotal Cloud Foundry

Description: Documentation for Spring Cloud Services Product

Created: 2015-04-24 21:50:41.0

Updated: 2018-03-22 22:37:10.0

Pushed: 2018-05-23 20:11:53.0

Homepage: null

Size: 40375

Language: HTML

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

docs-spring-cloud-services

Documentation for Spring Cloud Services Product

Branches

Docs for a particular minor release are in version branches:

In-progress docs for the current release are in master. The default / base branch is the branch for the current version of Spring Cloud Services.

Running Locally

(See also: “Streamlined Development Workflow” in pivotal-cf/docs-book-pivotalcf.)

  1. On OS X, install Xcode Command Line Tools:

    e-select --install
    
  2. Install rbenv, ruby 2.0.0-p481, bundler, and bookbindery:

     install rbenv ruby-build
    

Add rbenv to bash so that it loads every time you open a terminal

echo 'if which rbenv > /dev/null; then eval “$(rbenv init -)“; fi' » ~/.bash_profile source ~/.bash_profile

Install Ruby and bookbinder

rbenv install 2.0.0-p481 rbenv global 2.0.0-p481 gem install bookbindery

lone this repo, `docs-book-scs`, and `docs-layout-repo`.

git clone git@github.com:pivotal-cf/docs-spring-cloud-services.git git clone git@github.com:pivotal-cf/docs-book-scs.git git clone git@github.com:pivotal-cf/docs-layout-repo.git

pdate the main docs site:

cd docs-book-scs bookbinder bind local

un the site locally:

cd final_app bundle install rackup

epeat the last two steps when you make changes to docs-spring-cloud-services.

iles to change

ocs-book-scs:
aster_middleman/source/subnavs/spring_cloud_subnav.erb

ocs-spring-cloud-services:
l files from the root of this repo

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.