ruby - How to setup a Vagrant box for a stasis project? -


i'm learning how use vagrant, , i've simple project uses stasis generate static files.

i'm looking setup run stasis on vagrant box. question be: what's box need make stasis work?

(any hints on should puppetfile include nice)

as posible solution i've used this setup. it's ubuntu precise 64 using puppet provisioner with:

  • rvm
  • ruby 2.0.0
  • git
  • nodejs
  • stasis gem
  • project specific gems

i can compile project , see on http://localhost:4000 using stasis -d 4000.

there related question came along when finding solution.


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -