Created
July 20, 2012 11:58
Revisions
-
twoism-dev revised this gist
Jul 24, 2012 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Provisioning + Deploying is too complicated, lets do the minimum amount of work #### System update Update apt-get's local database with server's pkglist's files. apt-get update #### Git install Install git via apt-get (the -y arg means say yes to any questions asked by apt-get during the install) -
twoism-dev revised this gist
Jul 23, 2012 . 1 changed file with 0 additions and 3 deletions.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,9 +1,6 @@ ### Server manifesto Provisioning + Deploying is too complicated, lets do the minimum amount of work to build a safe, performant server. #### System update Update apt-get's local database with server's pkglist's files. -
twoism-dev revised this gist
Jul 20, 2012 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -12,5 +12,6 @@ Update apt-get's local database with server's pkglist's files. #### Git install Install git via apt-get (the -y arg means say yes to any questions asked by apt-get during the install) apt-get -y install git-core -
twoism-dev revised this gist
Jul 20, 2012 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -7,7 +7,8 @@ The following opinionated rules are followed: #### System update Update apt-get's local database with server's pkglist's files. apt-get update #### Git install Install git via apt-get (the -y arg means say yes to any questions asked by apt-get during the install) -
twoism-dev revised this gist
Jul 20, 2012 . 1 changed file with 3 additions and 2 deletions.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -6,9 +6,10 @@ The following opinionated rules are followed: * Environment variables are used for app configuration #### System update Update apt-get's local database with server's pkglist's files. apt-get update #### Git install Install git via apt-get (the -y arg means say yes to any questions asked by apt-get during the install) apt-get -y install git-core -
twoism-dev revised this gist
Jul 20, 2012 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -6,6 +6,7 @@ The following opinionated rules are followed: * Environment variables are used for app configuration #### System update apt-get update **apt-get update** Updates apt-get's local database with server's pkglist's files. #### Git install -
twoism-dev revised this gist
Jul 20, 2012 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -9,5 +9,5 @@ The following opinionated rules are followed: **apt-get update** Updates apt-get's local database with server's pkglist's files. #### Git install **apt-get -y install git-core** Install git using apt-get, the -y argument means say yes to any questions -
twoism-dev revised this gist
Jul 20, 2012 . 1 changed file with 5 additions and 2 deletions.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,10 +1,13 @@ ### Server manifesto Provisioning + Deploying is too complicated, lets do the minimum amount of work to build a safe, performant 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** Updates apt-get's local database with server's pkglist's files. #### Git install **apt-get -y install git-core ** Install git using apt-get, the -y argument means say yes to any questions -
twoism-dev revised this gist
Jul 20, 2012 . 1 changed file with 1 addition and 2 deletions.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -6,6 +6,5 @@ The following opinionated rules are followed: * Environment variables are used for app configuration #### System update **apt-get update** Update the system packages -
twoism-dev revised this gist
Jul 20, 2012 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -6,6 +6,6 @@ The following opinionated rules are followed: * Environment variables are used for app configuration #### System update *apt-get update* Update the packages -
twoism-dev revised this gist
Jul 20, 2012 . 1 changed file with 1 addition and 3 deletions.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -6,8 +6,6 @@ The following opinionated rules are followed: * Environment variables are used for app configuration #### System update * apt-get update * Update the packages -
twoism-dev revised this gist
Jul 20, 2012 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -6,7 +6,7 @@ The following opinionated rules are followed: * Environment variables are used for app configuration #### System update *apt-get update* Update the packages Let's have a basic good system -
twoism-dev revised this gist
Jul 20, 2012 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -6,7 +6,8 @@ The following opinionated rules are followed: * Environment variables are used for app configuration #### System update ### apt-get update Update the packages Let's have a basic good system -
twoism-dev revised this gist
Jul 20, 2012 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -7,5 +7,6 @@ The following opinionated rules are followed: #### System update * apt-get update Let's have a basic good system -
twoism-dev revised this gist
Jul 20, 2012 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -6,6 +6,6 @@ The following opinionated rules are followed: * Environment variables are used for app configuration #### System update * apt-get update Let's have a basic good system -
twoism-dev revised this gist
Jul 20, 2012 . 1 changed file with 10 additions and 3 deletions.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,11 @@ ### 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 Let's have a basic good system -
twoism-dev revised this gist
Jul 20, 2012 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ ###Simplest possible EC2 deploy of a basic rails app * System upate * apt-get update -
twoism-dev revised this gist
Jul 20, 2012 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ ##£Simplest possible EC2 deploy of a basic rails app * System upate * apt-get update -
twoism-dev revised this gist
Jul 20, 2012 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ ##Simplest possible EC2 deploy of a basic rails app * System upate * apt-get update -
twoism-dev revised this gist
Jul 20, 2012 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ #Simplest possible EC2 deploy of a basic rails app * System upate * apt-get update -
twoism-dev revised this gist
Jul 20, 2012 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,2 +1,4 @@ Simplest possible EC2 deploy of a basic rails app ================================ * System upate * apt-get update -
twoism-dev renamed this gist
Jul 20, 2012 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
twoism-dev created this gist
Jul 20, 2012 .There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,2 @@ * System upate * apt-get update