Code Monkey home page Code Monkey logo

docs-spring-cloud-services's Introduction

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:
xcode-select --install
  1. Install rbenv, ruby 2.0.0-p481, bundler, and bookbindery:
brew 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
  1. Clone this repo, docs-book-pcfservices, and docs-layout-repo.
git clone [email protected]:pivotal-cf/docs-spring-cloud-services.git
git clone [email protected]:pivotal-cf/docs-book-pcfservices.git
git clone [email protected]:pivotal-cf/docs-layout-repo.git
  1. Update the main docs site:
cd docs-book-pcfservices
bookbinder bind local
  1. Run the site locally:
cd final_app
bundle install
rackup
  1. Repeat the last two steps when you make changes to docs-spring-cloud-services.

Files to change

In docs-book-pcfservices:

  • /master_middleman/source/subnavs/spring_cloud_subnav.erb

In docs-spring-cloud-services:

  • All files from the root of this repo

docs-spring-cloud-services's People

Contributors

fifthposition avatar animatedmax avatar bentarnoff avatar csterwa avatar royclarkson avatar abbyachau avatar teamhedgehog avatar cf-pub-tools avatar scottfrederick avatar jbheron avatar ljarzynski avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.