summaryrefslogtreecommitdiffstats
path: root/dockerfiles
diff options
context:
space:
mode:
authorcrystaldust <juzhenatpku@gmail.com>2014-04-16 07:50:58 +0800
committercrystaldust <juzhenatpku@gmail.com>2014-04-16 07:50:58 +0800
commitdfba49b06289147ae1cefdbac4a31903215311c0 (patch)
treef9fb03d49adf436d21463c8e5a96139c1d05bdba /dockerfiles
parent83283dfe37623e88c0df2f20eb5ae1edde9e646c (diff)
downloadgitea-dfba49b06289147ae1cefdbac4a31903215311c0.tar.gz
gitea-dfba49b06289147ae1cefdbac4a31903215311c0.zip
Update README.md
Add the instruction of installing gogs with PostgreSQL
Diffstat (limited to 'dockerfiles')
-rw-r--r--dockerfiles/README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/dockerfiles/README.md b/dockerfiles/README.md
index 97c5aa0537..cb9221d9c8 100644
--- a/dockerfiles/README.md
+++ b/dockerfiles/README.md
@@ -1,5 +1,9 @@
### Gogs Install With Docker
+
+
+#### Gogs With MySQL
+
Deply gogs in [Docker](http://www.docker.io/) is just as easy as eating a pie, what you do is just open the `dockerfiles/build.sh` file, replace the confis:
```
@@ -35,11 +39,9 @@ http://YOUR_HOST_IP:YOUR_HOST_PORT
Let's 'gogs'!
-#### Gogs With MySQL
-
-
#### Gogs With PostgreSQL
+Installing Gogs with PostgreSQL is nearly the same with installing it with MySQL. What you do is just change the DB_TYPE in build.sh to 'postgres'.
#### Gogs, MySQL With Redis