|
You are here |
kyrofa.com | ||
| | | | |
webgeist.dev
|
|
| | | | | This is a guide to deploy a node application using the well known Capistrano gem with a bit of help of the capistrano-node-deploy gem. This guide uses ruby to deploy your node.js application. So I assume that you have both ruby and bundler (a package manager similar to npm) installed. I also provide some feedback at the end, why I used ruby and not JavaScript for deployment. | |
| | | | |
kewah.com
|
|
| | | | | Walk through the config to setup continuous integration and deployment using GitLab for a Phoenix project. | |
| | | | |
amxmln.com
|
|
| | | | | I documented my way of setting up automatic deployments to Uberspace via rsync with GitLab CI. Hopefully it'll be useful to others as well! | |
| | | | |
dht.is
|
|
| | | SOLVED posts detail solutions to problems I could not find anywhere else. After installing axe-cli in my Ubuntu/Windows 11 environment using Windows Subsystem for Linux (WSL), I got the following error whenever I tried to run it: Chrome failed to start: crashed (unknown error: DevToolsActivePort file doesn't exist) (The process started from chrome location [file path] is no longer running, so ChromeDriver is assuming that Chrome has crashed.) This can be caused by a lot of things (and I tried most of them), but in my case it was caused by Chrome not being installed in my WSL environment, which makes sense because I only use it for command line programs. | ||