8
siinus
7y

Setting up web development environment in Windows is always so annoying...

Comments
  • 2
    Just make sure you add the paths to the environment variables and restart your cmd.
  • 0
    I recently learned about Nanobox. It is a service running on top of Docker.

    You only need to install it, create a boxfile.yml and are ready to roll.

    They have a really good documentation.

    The nice thing about using Nanobox is, that you can push your boxfile and another dev only needs to install Nanobox and clone the repo to get the exact same setup you are using.

    https://nanobox.io
Add Comment