ManageIQ / manageiq-vagrant-dev

Vagrantfile and scripts so you can start a developer environment
Apache License 2.0
5 stars 16 forks source link
hacktoberfest

manageiq-vagrant-dev

Vagrantfile and scripts to start a developer environment for ManageIQ Vagrant.

Introduction

The script is currently designed in the following way:

The process

The Vagrant file will create a VM using fedora31-cloud as a basis and proceed to configure it for development:

Limitations

It won't run bin/setup to download the gems and run the database migration, so you can test them. It won't execute bin/rails evm:start to start the service that you will find in localhost:3000 Synchronization is only done once because the strategy is rsync (you need to call vagrant rsync to resynchronize)

Adapting the Vagrantfile