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

Latest commit

 

History

History
24 lines (13 loc) · 535 Bytes

README.markdown

File metadata and controls

24 lines (13 loc) · 535 Bytes

Multi-Machine Vagrant Deployment

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

Development

Start

vagrant up --provider vmware_desktop

The app will be available at http://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