Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Commit

Permalink
Resolving competence debt (#107)
Browse files Browse the repository at this point in the history
Describe our current server setup
  • Loading branch information
techtonik committed Nov 18, 2015
1 parent 761f7d1 commit 43a51e9
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion infra/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,16 @@
Supporting files for grtp.co infrastructure.
##### grtp.co server setup

with root:

1. create user `grtp` with `grtp.co` home
2. install nginx git

with new grtp user;

1. git clone https://github.com/gratipay/grtp.co.git production
2. cd production
...

# setup automatic update
3. cp infra/post-receive .git/hooks/
4. chmod +x .git/hooks/post-receive

0 comments on commit 43a51e9

Please sign in to comment.