This repository has been archived by the owner on Jul 9, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 60
Use Vagrant to provide portable virtual environments #36
Labels
Comments
Yes it could be interesting. What needs to be implemented exactly? A vagrant file? |
nemesifier
changed the title
Use Vagrant to provide portable virtual environments.
Use Vagrant to provide portable virtual environments
Mar 6, 2017
Yes. A Vagrant file is all that is needed. |
A vagrant file defaulting either to Ubuntu 16 LTS is probably a good default, plus a few lines in the README to explain how to use it. |
Yes. Shall I take this up? |
#29 would be very helpful to me and is more related to django. This one would be useful to new comers but it's not very django-related. Up to you, depending on which time you prefer and how much skill you have. |
Yes. Working on #29 first. |
Closing for inactivity. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
There are many advantages of using Vagrant to provide portable virtual environments. It's been widely in use these days by benefiting a developer. One just needs to run a
vagrant up
command and it will isolate all the dependencies and provide a consistent environment. For more details https://www.vagrantup.com/docs/why-vagrant/ can be referred. This could perhaps be implemented in all the OpenWISP projects. Suggestions please.The text was updated successfully, but these errors were encountered: