]> source.dussan.org Git - gitea.git/commitdiff
Update README.md
authorcrystaldust <juzhenatpku@gmail.com>
Tue, 15 Apr 2014 23:50:58 +0000 (07:50 +0800)
committercrystaldust <juzhenatpku@gmail.com>
Tue, 15 Apr 2014 23:50:58 +0000 (07:50 +0800)
Add the instruction of installing gogs with PostgreSQL

dockerfiles/README.md

index 97c5aa0537ecae9d661c7c97061b052eea8e4433..cb9221d9c820cd46404a8f42b9b3bb6fd48e434b 100644 (file)
@@ -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