-
Notifications
You must be signed in to change notification settings - Fork 51
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
Installation script #25
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome, I'll test it these days
You could add the keyword |
👍 ... maybe add a Vagrantfile to the project |
Besides from the setuptools version problem the scripts work like a charm ( |
7662edf
to
812f22d
Compare
This adds an installation script in Python.
It will be more readable than a bash script if it grows in the future and it is easier to support multiple discributions.
For the moment, Ubuntu, Debian and Fedora work with this script.
There is also a provisioning script for an Ubuntu 16.04 VM adapted from PR #24 to use the installation script.
A vagrant box was generated.