Skip to content

Instantly share code, notes, and snippets.

@benstr
benstr / readme.md
Created January 31, 2014 22:11
Gist Markdown Cheatsheet

#Heading 1 ##Heading 2 ###Heading 3 ####Heading 4 #####Heading 5 ######Heading 6


Paragraph

@benstr
benstr / readme.md
Last active December 24, 2015 15:19
Unix Command Pocketbook
DescriptionCommand
Remove Folder & Contentsrm -R foldername
Make Directory Foldersmkdir foldername
@benstr
benstr / readme.md
Last active October 16, 2016 01:26
TUT - Start a Rails App on Nitrous.io

Deploy Development Enviroment

Be sure to replace myapp with your unique app name.

1. Start a new app on Nitrous.io

In Nitrous counsole cd into the folder you want your app to be created in. And run the following command:

rails new myapp --database=postgresql