Coder Social home page Coder Social logo

morgangrubb / vagrant-heroku Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ejholmes/vagrant-heroku

0.0 1.0 0.0 83 KB

A Vagrant base box that closely mirrors the Celadon Cedar stack on heroku

Home Page: https://github.com/ejholmes/vagrant-heroku

vagrant-heroku's Introduction

This is a veewee template for building a Vagrant box that closely mirrors the heroku Cedar stack. You can build it yourself by following the directions below or install a prebuilt version from here.

Easy install

Add the following to your Vagrantfile.

Vagrant::Config.run do |config|
  config.vm.box = "heroku"
  config.vm.box_url = "http://dl.dropbox.com/u/1906634/heroku.box"
end

And run vagrant up. The box will be downloaded and imported for you.

Building From Scratch

First, clone the repo and install gems with bundler.

$ git clone [email protected]:ejholmes/vagrant-heroku.git
$ cd vagrant-heroku
$ bundle install

Next, build the box with veewee. Go grab a cup of coffee because this is gonna take a while.

$ bundle exec vagrant basebox build heroku

And finally, install the box for use with Vagrant.

$ bundle exec vagrant basebox export heroku
$ bundle exec vagrant box add heroku heroku.box

Now all you have to do is setup vagrant in your project.

$ bundle exec vagrant init heroku
$ bundle exec vagrant up
$ bundle exec vagrant ssh

Included Packages

The packages that are included are carefully selected to closely match those on the Celadon Cedar stack.

  • Ubuntu 10.04 64bit
  • Ruby 1.9.2-p290 MRI
  • RubyGems 1.3.7
  • PostgreSQL 9.1.5
  • NodeJS 0.4.7

Gotchas

RubyGems Version

Since heroku uses an older version of RubyGems (1.3.7) you may want to update this in your environment if some of your development gems depend on a newer version.

vagrant-heroku's People

Contributors

ceaser avatar ejholmes avatar jeroenvandijk avatar scottmuc avatar

Watchers

 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.