Had an issue with Capistrano refusing to deploy a rails app to an Ubuntu server (with rvm) on AWS.

Best results in other decks

export PATH=~/.local/bin:$PATH export PATH=~/bin:$PATH function parse_git_branch () { git branch 2> /dev/null | sed -e '/^[^*]/d' -e...

Rails CheatSheets

<< Prev - Install RVM and Ruby Make sure nodejs is installed: node -v If not, follow commands in Install Rails Dependencies...

Search in all decks