Skip to content

Basic vagrant file and provisioners to launch a Fedora 28 box with gui for development and software analysis.

Notifications You must be signed in to change notification settings

RJay45/FedoraVagrantBox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Fedora 28 Vagrant Box

This is a vagrant machine that I threw together to load up a Fedora 28 box using the Fedora 28 Cloud Base image. It will update the box and install a set of tools for development. The machine will be configured to load a GUI. Both Gnome and KDE are installed.

For a full list of installed packages, check out the files/provision.yaml file.

Using the box

You must have vagrant installed. This box is currently setup to work with VirtualBox as the provider.

This uses the vagrant-reload plugin from here: https://github.com/aidanns/vagrant-reload

To install, run this command:

vagrant plugin install vagrant-reload

Once that is installed, simply run the machine by executing "vagrant up" in the directory. You can use vagrant suspend once you are finished. You can use the GUI, which should automatically launch, or alternatively use 'vagrant ssh' to connect to the CLI directly.

About

Basic vagrant file and provisioners to launch a Fedora 28 box with gui for development and software analysis.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published