[PLDWWW] page changed: packages:vagrant

"Elan Ruusamäe (glen)" glen at pld-linux.org
Sun Sep 8 20:40:29 CEST 2013


mention vagrant installing

--- https://www.pld-linux.org/packages/vagrant?rev=1375912128
+++ https://www.pld-linux.org/packages/vagrant
@@ -2,12 +2,14 @@
  
  [[http://www.vagrantup.com/|Vagrant]] is open-source software for creating and configuring virtual development environments. It can be considered a wrapper around [[wp>VirtualBox]] and configuration management software such as Chef, Salt and Puppet. Although written in Ruby, it is usable in other programming projects such as PHP, Python, Java, and C#.
  
  Quick workflow is such:
-   - you register base box with ''vagrant box add''
-   - you create ''Vagrantfile'' with ''vagrant init BASEBOXNAME''
-   - you bring up VM defined in ''Vagrantfile'' with ''vagrant up''
-   - you log in to VM with ''vagrant ssh''
+   - install vagrant: ''poldek -u vagrant''
+   - add your user to ''vbox'' group
+   - register base box with ''vagrant box add''
+   - create ''Vagrantfile'' with ''vagrant init BASEBOXNAME''
+   - bring up VM defined in ''Vagrantfile'' with ''vagrant up''
+   - log in to VM with ''vagrant ssh''
  
  The commands are run in dir where is ''Vagrantfile''.
  
  Base box you need to import only once, you can make new VM's without need to import base box again.


Diff URL:
  https://www.pld-linux.org/packages/vagrant?do=diff&r1=1375912128&r2=1378665628
-- 
This mail was generated by DokuWiki at
https://www.pld-linux.org/


More information about the pld-cvs-commit mailing list