Explore >> Select a destination


You are here

sagikazarmark.hu
| | herbertograca.com
1.0 parsecs away

Travel
| | Containerize dev, tst and prd: After cleaning up the Symfony demo project a bit, we are ready to do some containerization...
| | mark-story.com
0.8 parsecs away

Travel
| | I recently had to do some maintenance work on an old application hosted on the CakePHP server. The CakePHP project has 20 or so sites and applications deployed in dokku. Dokku allows us to build a platform-as-a-service for our sites that operates on a single server. Dokku encourages using heroku-style 'buildpacks' to deploy applications.
| | blog.bitexpert.de
1.4 parsecs away

Travel
| | This blog post provides a comprehensive guide to configuring a Nomad job to deploy a Sylius project on a Nomad cluster and create custom Docker images needed for the deployment.
| | janakiev.com
13.5 parsecs away

Travel
| Python's built-in venv module makes it easy to create virtual environments for your Python projects. Virtual environments are isolated spaces where your Python packages and their dependencies live. This means that each project can have its own dependencies, regardless of what other projects are doing.