Skip to content

Instantly share code, notes, and snippets.

@devifr
Created September 20, 2017 07:44
Show Gist options
  • Select an option

  • Save devifr/89e7777f04d2b2d51ca0a1e0565352a0 to your computer and use it in GitHub Desktop.

Select an option

Save devifr/89e7777f04d2b2d51ca0a1e0565352a0 to your computer and use it in GitHub Desktop.
mkdir name_app
cd name_app
mkdir releases repo shared
cd shared
mkdir assets bin bundle cached config log public tmp
cd tmp
mkdir cache pids sessions sockets
cd config
vim application.yml
vim database.yml
vim unicorn.rb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment