Skip to content

Instantly share code, notes, and snippets.

@twoism-dev
Created July 20, 2012 11:58
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

Let's have a basic good system
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment