Code Monkey home page Code Monkey logo

pace-builder's Introduction

PACE Workshop Builder

asciicast

Quick Start

  1. Download the correct pace CLI binary from the releases tab.

    • MAC OS Users Optional: If you have the brew tap pivotal/tap installed you can install the pace CLI with brew install pace-cli
  2. Run pace init.

  3. Edit the config.json. The format should follow the sampleConfig.json.

  4. Run pace build. Notice the new workshopGen folder. This contains your new workshop.

  5. *Optional Run pace serve to view your workshop. View local running site at http://localhost:1313

  6. Run pace push. This will push your workshop to Pivotal Web Services.

Notes

  1. Content is pulled from the pace-workshop-content github repo. Feel free to add any content there that you can then use to build a workshop with pace build

  2. While pace will build a generic homepage for your workshop you can setup a custom one by supplying a markdown file via the workshopHomepage field in the config.json file. This is not required.

  3. pace push will automatically generate a random hostname for your workshop but you can specifiy a custom one with the use of the workshopHostname attribute inside your config.json.

Build/Install pace-builder manually

  1. Download and install go

  2. Make sure you have something like this in your terminal profile

    export GOPATH=~/go
    export GOBIN=$GOPATH/bin
  1. Open a terminal window to pace-builder directory

  2. Install all dependencies by running:

    go get ./...
  1. Build binary by running:
    go install
  1. You should have an executable binary in $GOBIN/pace-builder.

  2. [OPTIONAL] Rename pace-builder to pace:

    mv $GOBIN/pace-builder $GOBIN/pace
  1. Test your new pace install with:
    pace -h

pace-builder's People

Contributors

clintonmasters avatar jwilliams-pivotal avatar oskoss avatar

Watchers

 avatar  avatar  avatar

Forkers

honnuanand

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.