Update README.md
Add the instruction of installing gogs with PostgreSQL
This commit is contained in:
parent
83283dfe37
commit
dfba49b062
1 changed files with 5 additions and 3 deletions
|
@ -1,5 +1,9 @@
|
||||||
### Gogs Install With Docker
|
### 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:
|
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'!
|
Let's 'gogs'!
|
||||||
|
|
||||||
#### Gogs With MySQL
|
|
||||||
|
|
||||||
|
|
||||||
#### Gogs With PostgreSQL
|
#### 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
|
#### Gogs, MySQL With Redis
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue