Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 821 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 821 Bytes

Prototype with Middleman and Push to Pivotal Web Services

Prototype

  1. git clone [email protected]:paulfarino/pws-middleman.git
  2. cd pws-middleman
  3. bundle
  4. middleman server

Push to PWS

You’ll need to have an active Pivotal Web Services account for the following. Update the Rakefile:

  1. Update name: your-app-name
  2. Update host: your-host-name
  3. Push to PWS via rake pws_deploy

Other Docs


If you have a question ping Paul Farino
Based on the work of Spencer Hurst