Skip to content

This is setup as close to the heroku stack that waterfall uses as possible.

Notifications You must be signed in to change notification settings

WaterfallFMS/waterfall-heroku-vagrant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This is an attempt to easy create a vagrant box that behaves like the Heroku stack that Waterfall normally runs on.

Usages

You have two options. Use the product from a vagrant file or init vagrant yourself.

Init

$ vagrant init waterfall
$ vagrant up
$ vagrant ssh

Via Vagrant file

Add the following to your Vagrantfile.

Vagrant::Config.run do |config|
  config.vm.box     = "waterfall"
  config.vm.box_url = "http://<url to waterfall>.box"
end

Developer Notes

$ git clone git://github.com/WaterfallFMS/waterfall-heroku-vagrant.git
$ cd waterfall-heroku-vagrant
$ bundle install
$ bundle exec veewee vbox define waterfall ubuntu-12.04-server-i386

Edit the definitions/waterfall files.

$ veewee vbox build 'waterfall'
$ veewee vbox validate 'waterfall'
$ vagrant basebox export 'waterfall'

Now there is a waterfall.box file in your local machine. You can use it as is or transfer it for other to use.

To use it personally

$ vagrant box add 'waterfall' 'waterfall.box'

References

About

This is setup as close to the heroku stack that waterfall uses as possible.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published