Tag: vagrant

  • Using Vagrant to Manage Rimu VPS systems

    Vagrant is high level wrapper around virtualization and configuration management software. It simplifies the creation and management of easily reproduceable environments. It is particularly suited for development and test enviroments where servers are brought up and down frequently. It can also be used to bootstrap production systems. It can be used with configuration management software…

  • Running Vagrant in your VPS

    Vagrant is often used to set up development environments in a standardized way, so that your software project deployed via vagrant has a standard environment with all the operating system components and set-up it needs to work properly. It creates a virtual machine to provide this environment, so that different developers can work on it…