Ruby

Install ruby from source Install rvm (ruby version manager) Nginx Rails Origin header didn’t match request.base_url Gem Package Manager Gem – Package Manager for Ruby Upgrade ruby gem

Laravel

Create a project using the latest Laravel Create a project using a specific version of Laravel. You can see available Laravel versions on the site https://packagist.org/packages/laravel/laravel Clear Laravel application cache or Back to PHP

nodemon

Node.js applications when you run with nodejs command, need to restart when a change is made to the source code of the application. nodemon will watch your application source code for changes, and restart if a change is detected. To install nodemon, run Example nodejs

pm2 process manager for node.js

Auto Start pm2 on bootHow to host static site using pm2 pm2 is a process manager for node.js applications. It is similar to forever. http://pm2.keymetrics.io First you need to install npm, on Ubuntu/Debian, run To install pm2, run Start an Application Start an Application with name Start npm Start the Application in Cluster mode with … Read more

node version manager

n is the node version manager. To install, run To list versions of node.js available, run To see all available node versions, run To install the latest stable node.js To install a specific version of node.js To change the Node.js version, run It will show a text-based menu to select the node version you need. … Read more