System update
Update apt-get's local database with server's pkglist's files.
apt-get update
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)
Update apt-get's local database with server's pkglist's files.
apt-get update
apt-get update
Install git via apt-get (the -y arg means say yes to any questions asked by apt-get during the install)
Original 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) | ||
Provisioning + Deploying is too complicated, lets do the minimum amount of work to build a safe, performant server.The following opinionated rules are followed:
Update apt-get's local database with server's pkglist's files.
Original 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. | ||
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
apt-get -y install git-core
Original 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 | ||
|
Update apt-get's local database with server's pkglist's files.apt-get update
apt-get update
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
Original 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) | ||
apt-get update
apt-get update UpdatesUpdate apt-get's local database with server's pkglist's files.. apt-get update
apt-get -y install git-core Install git using apt-get, the -y argument means say yes to any questions
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
Original 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 | ||
|
apt-get update
apt-get update Updates apt-get's local database with server's pkglist's files.
Original 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 | ||
**apt-get -y install git-core **apt-get -y install git-core Install git using apt-get, the -y argument means say yes to any questions
Original 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 | ||
|
Provisioning + Deploying is too complicated, lets have a basic set of commands for setting up ado the minimum amount of work to build a safe, performant server. The following opinionated rules are followed:
apt-get update Update the system packages
apt-get update Updates apt-get's local database with server's pkglist's files.
**apt-get -y install git-core ** Install git using apt-get, the -y argument means say yes to any questions
Original 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 | ||
|
apt-get update Update the system packages
Original 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 | ||
|
apt-get update Update the packages
Original 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 | ||
|
apt-get update Update the packages
Let's have a basic good system
Original 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 | ||
|
Original 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 | ||
apt-get update
Let's have a basic good system
Update the packages
Let's have a basic good system
Original 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 | ||
|
apt-get update
Let's have a basic good system
Original 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 | ||
|
But you can view the diff anyway.
Original 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 | ||
|
###Simplest possible EC2 deploy of a basic rails app
Provisioning + Deploying is too complicated, lets have a basic set of commands for setting up a server. The following opinionated rules are followed:
Original 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 | ||
|
||
##£###Simplest possible EC2 deploy of a basic rails app
Original 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 |
####£Simplest possible EC2 deploy of a basic rails app
Original 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 |
##Simplest possible EC2 deploy of a basic rails app
Original 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 |
#Simplest possible EC2 deploy of a basic rails app
Original 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 |
Original 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 |
Sorry... we’re unable to render the document prior to diffing.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
* System upate | ||
* apt-get update |