Managerless version with docker.
- Install Docker Desktop: https://docs.docker.com/desktop/install/mac-install
- Uninstall docker engine: https://docs.docker.com/engine/install/ubuntu/#uninstall-docker-engine
- Install docker engine: https://docs.docker.com/engine/install/ubuntu/#install-using-the-repository
- Config docker as a non-root user: https://docs.docker.com/engine/install/linux-postinstall/#manage-docker-as-a-non-root-user
- Config docker to start on boot: https://docs.docker.com/engine/install/linux-postinstall/#configure-docker-to-start-on-boot
- Install git: https://git-scm.com/book/en/v2/Getting-Started-Installing-Git
- Config git global: https://git-scm.com/book/en/v2/Customizing-Git-Git-Configuration
- Config ssh: https://git-scm.com/book/en/v2/Git-on-the-Server-Generating-Your-SSH-Public-Key
- Install any code editor ou IDE: https://www.sublimetext.com/docs/linux_repositories.html#apt
- Run: docker version
- Run: docker compose version
- Run: git version
- Run: git config --global --add safe.directory "*"
- Ruby on Rails: https://github.com/juniormesquitadandao/gerlessver/tree/master/ruby_on_rails
- Nest JS: https://github.com/juniormesquitadandao/gerlessver/tree/master/nest_js
- Spring Boot: https://github.com/juniormesquitadandao/gerlessver/tree/master/spring_boot
- Laravel: https://github.com/juniormesquitadandao/gerlessver/tree/master/laravel
- Flask: https://github.com/juniormesquitadandao/gerlessver/tree/master/flask
- Phoenix: https://github.com/juniormesquitadandao/gerlessver/tree/master/phoenix
- ASP.NET: https://github.com/juniormesquitadandao/gerlessver/tree/master/aspnet