Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ziyan-junaideen/ae130622699fc32249588a586560f85b to your computer and use it in GitHub Desktop.
Save ziyan-junaideen/ae130622699fc32249588a586560f85b to your computer and use it in GitHub Desktop.
Ubuntu Setup for Basic Rails - I know, working on
sudo apt -y install imagemagick libmagickcore-dev libmagickwand-dev
sudo apt-add-repository -y ppa:rael-gc/rvm
sudo apt update
sudo apt install rvm
sudo apt-get update
sudo apt-get install software-properties-common
sudo add-apt-repository ppa:certbot/certbot
sudo apt-get update
sudo apt-get install python-certbot-nginx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment