1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-15 04:32:11 +00:00

Update README.rst

This commit is contained in:
A Holt 2019-03-08 01:41:09 -05:00 committed by GitHub
parent 275388b343
commit 4fabb8bff3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,11 +14,17 @@ Configuration
Gitea has been configured to work with MySQL; it can also be used with SQLite or
Postgres. If you want to use it with a different database, change the
``DB_TYPE`` property in ``app.ini`` and change the line ``After=mysqld.service``
in ``gitea.service`` to one of the following:
``DB_TYPE`` property in ``/etc/gitea/app.ini`` [1] and change the line ``After=mysqld.service``
in ``/etc/systemd/system/gitea.service`` [2] to one of the following:
* SQLite: comment it out.
* Postgres: ``After=postgresql.service``
Further information about configuring Gitea can be found at the
`documentation <https://docs.gitea.io/en-us/>`.
[1] Prior to installing Gitea, instead edit ``/opt/iiab/iiab/roles/gitea/templates/app.ini.j2``
[2] Priot to installing Gitea, instead edit ``/opt/iiab/iiab/roles/gitea/templates/gitea.service.j2``
Documentation
-------------
Further info on configuring: `https://docs.gitea.io <https://docs.gitea.io/>`_