If you use windows and want code in Ruby you need use vagrant or docker because most of libraries does not for for windows at all - same happens for nodejs and python lots of libraries just dont work :(.
I was trying to play with some static site generators like this and this one here. But unfortunately i use windows so vagrant pretty much made my day :-)
This is pretty easy, once you have vagrant installed you just need do $ vagrant up with my Vagrantfile and them the rest will happen under the hood. You just need put RVM in your path because start using ruby - the command is on the Vgrantfile, you just need to source it and thats it.
Vagrantfile
Cheers,
Diego Pacheco
I was trying to play with some static site generators like this and this one here. But unfortunately i use windows so vagrant pretty much made my day :-)
This is pretty easy, once you have vagrant installed you just need do $ vagrant up with my Vagrantfile and them the rest will happen under the hood. You just need put RVM in your path because start using ruby - the command is on the Vgrantfile, you just need to source it and thats it.
Vagrantfile
Cheers,
Diego Pacheco
comment 0 comments