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

Add a Vagrantfile #51

Open
IsaccBarker opened this issue Oct 26, 2024 · 1 comment
Open

Add a Vagrantfile #51

IsaccBarker opened this issue Oct 26, 2024 · 1 comment
Assignees
Labels
development enhancement New feature or request

Comments

@IsaccBarker
Copy link
Collaborator

Add a Vagrantfile for some easier development. This should be relatively easy. I don't think Docker would be a good choice here.

The promise of Vagrant is including a Vagrantfile in your git repo, typing 'vagrant up' and magically provisioning an entire VM that's automatically mapped shared directories to your code base.

Docker is a platform for building container applications, while Vagrant is a tool that simplifies the creation and management of virtual machines.

Since epiworldpy isn't an application per se, and I do some development on NetBSD (where Docker doesn't like to play nice), I figure using Vagrant is fine.

@IsaccBarker IsaccBarker added enhancement New feature or request development labels Oct 26, 2024
@IsaccBarker IsaccBarker self-assigned this Oct 26, 2024
@IsaccBarker
Copy link
Collaborator Author

I tried assigning this to a milestone but it keeps not saving; I'll try again tomorrow assuming this is an error with GitHub.

@IsaccBarker

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
development enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant