Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jbussdieker/vagrant-buildpack
Basic Vagrant environment created by Puppet for playing with Heroku's buildpacks.
https://github.com/jbussdieker/vagrant-buildpack
buildpack heroku-buildpack puppet ruby vagrant virtualbox
Last synced: about 1 month ago
JSON representation
Basic Vagrant environment created by Puppet for playing with Heroku's buildpacks.
- Host: GitHub
- URL: https://github.com/jbussdieker/vagrant-buildpack
- Owner: jbussdieker
- Created: 2014-07-12T20:11:14.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-24T19:55:11.000Z (over 8 years ago)
- Last Synced: 2024-04-14T19:26:43.009Z (9 months ago)
- Topics: buildpack, heroku-buildpack, puppet, ruby, vagrant, virtualbox
- Language: Ruby
- Homepage:
- Size: 533 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vagrant (Buildpack)
Basic Vagrant environment created by Puppet for playing with Heroku's buildpacks.
## Requirements
* Vagrant
* VirtualBox## Usage
NOTE: Make sure to update the submodules before getting started.
$ git submodule update --init
Quick start:
$ vagrant up
$ vagrant ssh
vagrant $ compile samples/rack
vagrant $ install rack.slug
vagrant $ webRunning different process types:
vagrant $ rake db:migrate
vagrant $ console
vagrant $ workerRunning different languages:
vagrant $ compile samples/php
vagrant $ compile samples/rack
vagrant $ install rack.slug
vagrant $ rake
vagrant $ install php.slug
vagrant $ web## Tested with
* Ubuntu 14.04 x64
* Vagrant 1.6.3
* VirtualBox 4.3.12 r93733