-
Notifications
You must be signed in to change notification settings - Fork 187
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
Created Ubuntu Vagrantfile #560
base: devel
Are you sure you want to change the base?
Conversation
Hello @levlaz, thanks a lot for your contribution! It's much appreciated. |
Oh, I just remember we already have a wiki section for 3rd party extensions – it's just not up to date... I will take care of it. |
Hello @6arms1leg thanks so much for the feedback. Keeping the repo as clean as possible definitely makes sense. Two things,
I think this is super useful, but its just a suggestion. :) I would be happy to put this somewhere else, please let me know. Best, |
Hi Lev! Sorry it takes me so long to respond to things happening here, I'll try to get better... Thanks for taking the time to create a vagrantfile for cherrymusic, but as @6arms1leg already said, I don't think we should mix up deployment and source code in the same repo. I have created another repo that should become the new central place for those kinds of configurations, so that we can link to it from the wiki. So please just do a pull request and add the vagrantfile into the
Why so? I'm thinking that having a vagrant or docker images ready would be quite nice. We could even bundle CM with nginx and so on. Thanks for your contribution! 🍭 |
I find that developing on a "clean" VM has several benefits. I am really impressed with cherrymusic and would like to start contributing some code to it.
My first contribution is this vagrantfile that will basically create a fresh Ubuntu 14.04 LTS VM in Virtualbox, and allow you to hack on the code locally while seeing changes in real time on the VM in a web browser.
I find that working with Vagrant makes like a lot easier and I hope that other people will find this useful as well.
Thanks for all of your work on this awesome project!