8000 GitHub - joaovitor/vagrant-basic: Vagrant basic project - just with build-essential
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

joaovitor/vagrant-basic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic vagrant repo with build-essential
http://vagrantup.com/docs/getting-started/index.html

With rvm installed you just need to
1- clone this repo
git clone git://github.com/joaovitor/vagrant-basic.git

2- enter
cd vagrant-basic

3- install bundler
gem install bundler

4- install gems
bundle install

5- download box
vagrant box add lucid32 http://files.vagrantup.com/lucid32.box

vagrant up

You will have a server running with build-essential installed

Read vagrant docs to more information:
http://vagrantup.com/docs/index.html

You can find more cookbooks at:
http://github.com/opscode/cookbooks
http://github.com/37signals/37s_cookbooks

About

Vagrant basic project - just with build-essential

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0