Magento 2 Local enviroments
Magento 2 Local enviroments
Oct 17, 2022 12:00 AM (5 months ago)

# Magento 2 Local enviroments

Have you ever wonder what would be the quickest way of just starting development on magento, and don't wory about if you will end up loosing precious time on setup?

If that is the case please try following few simple ways to start development:

# Markshust Docker

Link (opens new window)

It is so easy to install if you don't mind installing Docker first 😉 ... there is just one line required to install it and start working with Magento.

curl -s https://raw.githubusercontent.com/markshust/docker-magento/master/lib/onelinesetup | bash -s -- magento.test 2.4.5

You have all the commands (opens new window) that you would require to develop on magento.

# Warden

Link (opens new window)

It has some more steps in order to setup the environment but, still great choice.

# Valet +

Link (opens new window)

If you don't like docker then this is probably the best choice if you don't like installing each of required services independently