|
You are here |
avi.io | ||
| | | | |
www.babaei.net
|
|
| | | | | Update 1 [2016/09/30]: A section has been added to the end of the article for dealing with major FreeBSD upgrades. Update 2 [2016/09/30]: A section has been added to the end of the article for upgrading current installation of Discourse to newer versions. Update 3 [2016/09/30]: A section has been added to the end of the article for installing Discourse under Ruby version managers which is required for dealing with newer versions of Discourse since the current system-wide version of Ruby on FreeBSD is 2.2... | |
| | | | |
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. | |
| | | | |
blog.presidentbeef.com
|
|
| | | | | [AI summary] The article discusses bundling dependencies within Ruby gems to avoid version conflicts and isolate dependencies, using Brakeman as a case study. | |
| | | | |
snarky.ca
|
|
| | | There are a couple of things I always want to be true when I install Python packages for a project: 1. I have a virtual environment 2. Pip is up-to-date For virtual environments, you would like them to be created as fast as possible and (usually) with the newest version | ||