1
0
mirror of https://github.com/beestat/app.git synced 2025-07-09 03:04:07 -04:00

Merge remote-tracking branch 'origin/master'

This commit is contained in:
Jon Ziebell 2023-01-21 22:01:16 -05:00
commit 635ec21b44
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# Contributing
<a href="https://doc.beestat.io/87062be9d0bd4e3aa8a5303d66006652" target="_blank">Contributing Guidelines</a>
<a href="https://doc.beestat.io/87062be9d0bd4e3aa8a5303d66006652" target="_blank">Contributing Guidelines</a><br/>
<a href="https://doc.beestat.io/4b40cf56c0424692a65461a7a6ffdb1e" target="_blank">Self-Hosting Instructions</a>

View File

@ -21,7 +21,7 @@ See a demo of the app at <a href="https://demo.beestat.io" target="_blank">demo.
## Run your own instance
This is possible but untested and unsupported. Clone the code, throw it on a web server, and see what happens. The most help I can offer at the moment is to rename `api/cora/setting.example.php` to `api/cora/setting.php` and use the comments to help configure the installation.
See <a href="https://doc.beestat.io/4b40cf56c0424692a65461a7a6ffdb1e" target="_blank">Self-Hosting Instructions</a>.
## Contributing