Browse Source

update Docker info

for-closed-social
Unknwon 8 years ago
parent
commit
86d3c5cbb3
4 changed files with 16 additions and 2 deletions
  1. +1
    -0
      conf/locale/locale_en-US.ini
  2. +11
    -0
      docker/README.md
  3. +2
    -2
      modules/bindata/bindata.go
  4. +2
    -0
      templates/install.tmpl

+ 1
- 0
conf/locale/locale_en-US.ini View File

@ -53,6 +53,7 @@ code = Code
[install]
install = Installation
title = Install Steps For First-time Run
docker_helper = If you're running Gogs inside Docker, please read <a target="_blank" href="%s">Guidelines</a> carefully before you change anything in this page!
requite_db_desc = Gogs requires MySQL, PostgreSQL, SQLite3 or TiDB.
db_title = Database Settings
db_type = Database Type

+ 11
- 0
docker/README.md View File

@ -48,6 +48,17 @@ Most of settings are obvious and easy to understand, but there are some settings
Full documentation of settings can be found [here](http://gogs.io/docs/advanced/configuration_cheat_sheet.html).
## Upgrade
:exclamation::exclamation::exclamation:<span style="color: red">**Make sure you have volumed data to somewhere outside Docker container**</span>:exclamation::exclamation::exclamation:
Steps to upgrade Gogs with Docker:
- `docker pull gogs/gogs`
- `docker stop gogs`
- `docker rm gogs`
- Finally, create container as the first time and don't forget to do same volume and port mapping.
## Troubleshooting
If you see the following error:

+ 2
- 2
modules/bindata/bindata.go
File diff suppressed because it is too large
View File


+ 2
- 0
templates/install.tmpl View File

@ -8,6 +8,8 @@
<div class="ui attached segment">
{{template "base/alert" .}}
<p>{{.i18n.Tr "install.docker_helper" "https://github.com/gogits/gogs/tree/master/docker" | Safe}}</p>
<form class="ui form" action="{{AppSubUrl}}/install" method="post">
<!-- Dtabase Settings -->
<h4 class="ui dividing header">{{.i18n.Tr "install.db_title"}}</h4>

Loading…
Cancel
Save