]> source.dussan.org Git - gitea.git/commit
[Docs] Database preparation: Clarify why database client is installed on Gitea server...
authorBagas Sanjaya <bagasdotme@gmail.com>
Sun, 27 Dec 2020 15:55:45 +0000 (22:55 +0700)
committerGitHub <noreply@github.com>
Sun, 27 Dec 2020 15:55:45 +0000 (23:55 +0800)
commit25f8970b2cc5d2c9fd357ef2c60a54886154f6c9
tree12c06bb51c81e808c2485edf6e9e4b90e0cd1ded
parent50a2dd52baed6a998cca332761c3e9eccf0157a9
[Docs] Database preparation: Clarify why database client is installed on Gitea server (#12833)

* Database preparation: Clarify why database client is installed on Gitea server

The database client program (`mysql` or `psql`) is used to test database
connection, but Gitea use Go's database driver to do the same.

Also, rename "server part" and "client part" to "server application" and
"client program" to disambiguate.

* Update docs/content/doc/installation/database-preparation.en-us.md

Co-authored-by: 6543 <6543@obermui.de>
docs/content/doc/installation/database-preparation.en-us.md