Skip to content

Instantly share code, notes, and snippets.

@scrooloose
Created August 2, 2018 14:37
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 scrooloose/8fc0c5e4a3a9f2e260190eadc82a1729 to your computer and use it in GitHub Desktop.
Save scrooloose/8fc0c5e4a3a9f2e260190eadc82a1729 to your computer and use it in GitHub Desktop.

sudo apt-get install build-essential ruby-dev libxml++2.6-dev libsqlite3-dev nodejs sudo gem install rails cd /tmp rails new test cd test rails server

now go to http://localhost:3000 in your browser, you should see a welcome page.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment