Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Vagrant installation #644

Open
apwiggins opened this issue Jan 28, 2022 · 2 comments
Open

[FEATURE] Vagrant installation #644

apwiggins opened this issue Jan 28, 2022 · 2 comments

Comments

@apwiggins
Copy link
Contributor

Screenshot from 2022-01-28 17-12-33
I untar'ed the latest 8.0.0 release files and created a vagrant-based installation to get a look. It takes about 5-10 minutes to build a working Ubuntu 20.04 Virtualbox VM. username is vagrant and password is vagrant. It could be polished to work with any version but hard-coded for version 8.0.0.

create_vagrant_provisioned_vm.sh
https://gist.github.com/apwiggins/9cc9324490d652f3282323d82d5e9b9a

Vagrantfile
https://gist.github.com/apwiggins/119ee973648d7ce9596d34e42636b8a0

@bharnden
Copy link
Contributor

bharnden commented Feb 5, 2022

Appreciate this, will need to become a bit more familiar and figure the best means of adding as another option, along with the Docker variation as just another option.

@apwiggins
Copy link
Contributor Author

Hey Blake. I had a look at the docker version. I guess I missed it in the release notes and didn't see that it generates an X display. So, it's probably about the same result. One tiny bit of feedback on the docker instantiation example in the notes would be to a -v $PWD to the localhost file system so that scenarios can be persisted outside the container. One less hurdle for new adopters to figure out.

In the end, the Vagrant option is good for anyone used to VMs and the docker option is good for anyone used to docker containers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants