Vagrant provision production servers

Use Vagrant to provision production stack in any Cloud VPS

Vagrant has been widely adopted by many and has the variety of usages to streamline development and production server environments. In this article, we show how to use Vagrant to provision production or development environment to our SSD Cloud VPS. Before you begin, make sure you have the latest version of Vagrant installed running SSD Cloud VPS server working SSH access (username and password or SSH key available). 1. Setting up your local environment Installing managed servers plugin for vagrant from https://github.com/tknerr/vagrant-managed-servers. In the terminal, execute: vagrant plugin install vagrant-managed-servers 2. Configure your preferred environment in puphpet Make note of your operating system […]

Continue reading