Skip to content

Instantly share code, notes, and snippets.

@twoism-dev
Created July 20, 2012 11:58
Show Gist options
  • Select an option

  • Save twoism-dev/3150349 to your computer and use it in GitHub Desktop.

Select an option

Save twoism-dev/3150349 to your computer and use it in GitHub Desktop.
Simplest EC2 deploy

Server manifesto

Provisioning + Deploying is too complicated, lets have a basic set of commands for setting up a server. The following opinionated rules are followed:

  • Applications have their own user and group.
  • Environment variables are used for app configuration

System update

  • apt-get update * Update the packages
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment