You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/zoo/pipeline/head This commit looks good
Details
|
2 months ago | |
---|---|---|
.. | ||
source | 3 years ago | |
README.Debian | 4 years ago | |
changelog | 4 years ago | |
control | 10 months ago | |
copyright | 6 years ago | |
debian_config.py | 3 years ago | |
nginx-example.conf | 6 years ago | |
py3dist-overrides | 2 years ago | |
rules | 10 months ago | |
settings.py | 4 years ago | |
uwsgi.ini | 2 years ago | |
zoo-manage | 2 months ago | |
zoo.cron.d | 3 years ago | |
zoo.dirs | 4 years ago | |
zoo.docs | 4 years ago | |
zoo.init | 4 years ago | |
zoo.install | 3 years ago | |
zoo.postinst | 4 years ago | |
zoo.service | 10 months ago | |
zoo.triggers | 4 years ago |
README.Debian
Zoo server for Debian ===================== Create a tenant --------------- $ zoo-manage create_tenant foo.zoo.example.org Configure nginx --------------- 1. Copy /usr/share/doc/zoo/nginx-example.conf to /etc/nginx/sites-available/zoo.conf: # cp /usr/share/doc/zoo/nginx-example.conf /etc/nginx/sites-available/zoo.conf 2. Edit /etc/nginx/sites-available/zoo.conf 3. Enable nginx zoo site: # ln -s ../sites-available/zoo.conf /etc/nginx/sites-enabled/ 4. Reload nginx: # service nginx restart