From 4fabb8bff317f498596c5b6e084cc272ef074e7a Mon Sep 17 00:00:00 2001 From: A Holt Date: Fri, 8 Mar 2019 01:41:09 -0500 Subject: [PATCH] Update README.rst --- roles/gitea/README.rst | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/roles/gitea/README.rst b/roles/gitea/README.rst index be243e787..9b35e1756 100644 --- a/roles/gitea/README.rst +++ b/roles/gitea/README.rst @@ -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 `. +[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 `_