niclasleonbock / hacktoberfest-status

This little tool helped you to track your Hacktoberfest progress back in the day when there was no official way to check.
15 stars 28 forks source link

Make it work independently from your machine #40

Open andythedandy opened 6 years ago

andythedandy commented 6 years ago

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

niclasleonbock commented 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.