Skip to content

clebio/vUp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vUp - Virtual Machine Up

vUp allows for you to create your production environment locally.

Using a mix of vagrant and docker, vUp will allow for you to easily and seamlessly create a development environment without the hassle of configuration.

Simple Layout to easily drag and drop components for the application

Installation and Setup

To run this project, install Vagrant, and then the hostmanager plugin:

vagrant plugin install vagrant-hostmanager

To access the project, load http://192.168.4.2/ (the address of the vup machine, as defined in the Vagrantfile) in your browser. If you encounter a 502 Bad Gateway error, run the following:

vagrant ssh vup
sudo su
service uwsgi restart

This is an issue with uWsgi in vagrant.

The UI

What it will look like once the components are in place The Project

About

Making Development a Lot Easier to Play with Production

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 43.7%
  • Python 40.1%
  • Shell 7.6%
  • Scheme 4.0%
  • PHP 3.2%
  • CSS 1.4%