mirror of
https://github.com/iiab/iiab.git
synced 2025-02-14 20:22:08 +00:00
Update README.rst
This commit is contained in:
parent
5f50a90300
commit
3111eb3c2e
1 changed files with 4 additions and 4 deletions
|
@ -7,22 +7,22 @@ This Ansible role installs Gitea - a self-hosted Git service written in Go.
|
|||
Using It
|
||||
--------
|
||||
|
||||
Gitea should be accessible at http://box/gitea
|
||||
Gitea should be accessible at: http://box/gitea
|
||||
|
||||
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
|
||||
PostgreSQL. If you want to use it with a different database, change the
|
||||
``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``
|
||||
|
||||
[1] Prior to installing Gitea, instead edit ``/opt/iiab/iiab/roles/gitea/templates/app.ini.j2``
|
||||
[1] Prior to installing Gitea, instead edit: ``/opt/iiab/iiab/roles/gitea/templates/app.ini.j2``
|
||||
|
||||
[2] Prior to installing Gitea, instead edit ``/opt/iiab/iiab/roles/gitea/templates/gitea.service.j2``
|
||||
[2] Prior to installing Gitea, instead edit: ``/opt/iiab/iiab/roles/gitea/templates/gitea.service.j2``
|
||||
|
||||
Documentation
|
||||
-------------
|
||||
|
|
Loading…
Reference in a new issue