Skip to content

An Anaconda customization environment using Vagrant

License

Notifications You must be signed in to change notification settings

gluesys/vagrant-anaconda

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rocky Anaconda Dev Box

A Vagrant box built to work directly on Anaconda.

Requirements

Installation & Usage

To use this, first ensure you have met the requirements described above. Then, run vagrant up -- a CentOS 8 box will be provisioned & created for you.

Next, you need to initialize the Anaconda environment.

$ vagrant rsync-back

This command will pull the files found in /usr/share/anaconda into the anaconda/ directory.

You should now be able to edit the Anaconda files and push them back to the VM with the following command:

$ vagrant rsync

Now, you should be able to run the following to start a Anaconda in headless mode, which will make the installer available on VNC (vnc://localhost:5901).

$ vagrant ssh -c 'anaconda --vnc'

About

An Anaconda customization environment using Vagrant

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 77.5%
  • CSS 17.2%
  • Shell 3.8%
  • Gnuplot 1.5%