Open andythedandy opened 6 years ago
Hey,
I agree with you that getting started could be made way easier with a vagrant box or docker container. However, you don't need a database server such as MySQL, a simple file-based SQLite database will just work aswell (that's actually what I'm using locally).
If you want to take care of this, feel free to do so. Otherwise, please let me/the community know whether the issue is up for grabs.
I think it would be a great "feature" to set this project up in a vagrant box. When developing I don't like to have all the needed dependencies to locally installed software like mysql etc.
This could be accomplished by creating a Vagrantfile, that does all the provisioning etc. so that you just can start developing.
Cheers. Andy