Commit graph

5 commits

Author SHA1 Message Date
Lars Karlitski
a8978120fa vagrant: Use rsync backend for file sharing
Vagrant defaults to nfs on linux, which requires root rights and changes
nfs configuration. The rsync backend is much less invasive, but needs
manual triggering (at least `vagrant rsync-auto`).

Closes #29
2018-06-25 14:28:42 +02:00
Lars Karlitski
1d0a8d311f vagrant: Bump base box to fedora 28 2018-06-25 14:28:42 +02:00
Lars Karlitski
95bccc2e53 vagrant: bump base box to fedora 26 2017-10-18 16:42:54 +02:00
Lars Karlitski
5a42eae90f vagrant: create dist/ if it doesn't exist
Also show a warning if dist is empty.
2017-07-11 17:13:10 +02:00
Lars Karlitski
e14982020a Add Vagrantfile
A simple Vagrant VM based on fedora 25 cloud. It syncs `dist` to
`/usr/local/share/cockpit/<dirname>` on the VM.

Also decrease the minimum required version in `manifest.json` to match
the one that's currently in fedora 25.
2017-07-11 17:13:10 +02:00