All Projects → catedrasaes-umu → vagrantweb

catedrasaes-umu / vagrantweb

Licence: LGPL-3.0 License
Web app to manage virtualized environments with Vagrant

Programming Languages

PHP
23972 projects - #3 most used programming language
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects
XML
50 projects
XSLT
1337 projects

vagrant-web

This project works as a front-end for Vagrant. It is focused to be used with the plugin Vagrant-Node(minimun version 1.1.3). 

Through this web app you could be able to manage remote nodes running Vagrant. Some of the functionallity that this web apps provides are:

  • Run/Stop/Suspend/Resume virtual machines
  • Manage snapshots in each virtual machines
  • Upload/Delete boxes
  • Add/Delete new virtual machines to each node
  • Manage node config files

In VagrantWeb Overview you can watch an global overview of all the functionality.

The requirements to install this web app are the following:

  • PHPv5
  • MySql
  • Curl
  • php5-curl
  • php5-mysql

Checkout the Installation Video Tutorial

Special thanks to the following authors for their useful plugins:

This plugin has been developed in the context of the Catedra SAES of the University of Murcia(Spain).

##Installation Just clone the repository under yout web server document root and configure your web server to add this site.

  • chgrp -R www-data /var/www/html/vagrantweb/
  • chmod -R g+w /var/www/html/vagrantweb/assets/
  • chmod -R g+w /var/www/html/vagrantweb/protected/runtime/
  • chmod -R g+w /var/www/html/vagrantweb/protected/config/

##Usage

  • Access to the web (http://127.0.0.1/vagrantweb) with the login name admin and password catedrasae$
  • Go to button Create Node in order to add your first node
  • The node must be running Vagrant and the plugin Vagrant-Node (minimun version 1.1.3)
  • Fill in the data, including the node password in order to login properly.
  • Enjoy
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].