User Tools

Site Tools


linux:vagrant

This is an old revision of the document!


Table of Contents

vagrant

A easy tool to setup the linux development environment and deploy on different platform.

Seems to create the special VirtualMachine. But it is cool, I like it.

http://www.vagrantup.com/

http://www.vagrantbox.es/

https://vagrantcloud.com/

Vagrant start...

mkdir ubuntu
cd ubuntu
vagrant init
vagrant box list
vim Vagrantfile
// set to hashicorp/precise64
vagrant up
vagrant ssh

Usage

git clone https://github.com/pjq/vagrant.git
cd vagrant/openwrt
vagrant up
vagrant ssh

vagrant reload
vagrant halt
vagrant up

/var/www/dokuwiki/wiki/data/attic/linux/vagrant.1406013165.txt.gz · Last modified: 2016/05/05 13:06 (external edit)