Skip to content
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.
/ vagrant-multi Public archive

Vagrant Multi-Machine Musterlösung

Notifications You must be signed in to change notification settings

uhlig-it/vagrant-multi

Repository files navigation

Multi-Machine Vagrant Deployment

This project deploys a simple journal app. After deployment with vagrant up, it will be available on https://192.168.42.2/.

Development

Start

vagrant up --provider vmware_desktop

The app will be available at https://192.168.42.2/.

Iterate

vagrant destroy -f; vagrant up

Troubleshooting

On the VM:

  • Follow log files with sudo journalctl -u journal -f
  • Restart the service with sudo systemctl restart journal