2022-05-22 20:54:12 +02:00
|
|
|
<!--
|
|
|
|
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
|
|
|
It shall NOT be edited by hand.
|
|
|
|
-->
|
|
|
|
|
2022-05-22 20:54:18 +02:00
|
|
|
# Tiki for YunoHost
|
2022-05-22 20:54:12 +02:00
|
|
|
|
2023-03-01 13:49:10 +01:00
|
|
|
[![Integration level](https://dash.yunohost.org/integration/tiki.svg)](https://dash.yunohost.org/appci/app/tiki) ![Working status](https://ci-apps.yunohost.org/ci/badges/tiki.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/tiki.maintain.svg)
|
|
|
|
|
2022-05-22 20:54:18 +02:00
|
|
|
[![Install Tiki with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=tiki)
|
2022-05-22 20:54:12 +02:00
|
|
|
|
|
|
|
*[Lire ce readme en français.](./README_fr.md)*
|
|
|
|
|
2022-05-22 20:54:18 +02:00
|
|
|
> *This package allows you to install Tiki quickly and simply on a YunoHost server.
|
2022-05-22 20:54:12 +02:00
|
|
|
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
|
|
|
|
|
|
|
|
## Overview
|
|
|
|
|
2023-08-30 15:17:40 +02:00
|
|
|
Tiki Wiki CMS Groupware is the Free / Libre / Open Source Web Application with the most built-in features.
|
|
|
|
|
|
|
|
### Use cases
|
|
|
|
- Web Publishing
|
|
|
|
- Collaboration
|
|
|
|
- Project Management
|
|
|
|
- Office Suite
|
|
|
|
- Knowledge base
|
|
|
|
- Shopping Cart
|
|
|
|
- Social Networking
|
|
|
|
- CRM
|
|
|
|
- Membership
|
|
|
|
- E-learning
|
|
|
|
- Tiki Trackers is the built-in database web apps builder and low-code / no-code application framework.
|
2022-12-15 08:57:11 +01:00
|
|
|
|
2022-05-22 20:54:12 +02:00
|
|
|
|
2023-11-16 21:00:51 +01:00
|
|
|
**Shipped version:** 26.2~ynh1
|
2022-05-22 20:54:12 +02:00
|
|
|
|
2022-05-22 20:54:18 +02:00
|
|
|
**Demo:** https://tiki.org/Try-Tiki
|
2022-05-22 20:54:12 +02:00
|
|
|
|
2022-05-22 20:54:18 +02:00
|
|
|
## Screenshots
|
2022-05-22 20:54:12 +02:00
|
|
|
|
2022-05-24 11:07:06 +02:00
|
|
|
![Screenshot of Tiki](./doc/screenshots/Screenshot.png)
|
2022-05-22 20:54:12 +02:00
|
|
|
|
|
|
|
## Documentation and resources
|
|
|
|
|
2022-05-24 11:07:06 +02:00
|
|
|
* Official app website: <https://tiki.org/>
|
|
|
|
* Official admin documentation: <https://doc.tiki.org>
|
|
|
|
* Upstream app code repository: <https://gitlab.com/tikiwiki/tiki/>
|
2023-11-17 08:14:54 +01:00
|
|
|
* YunoHost Store: <https://apps.yunohost.org/app/tiki>
|
2022-05-24 11:07:06 +02:00
|
|
|
* Report a bug: <https://github.com/YunoHost-Apps/tiki_ynh/issues>
|
2022-05-22 20:54:12 +02:00
|
|
|
|
|
|
|
## Developer info
|
|
|
|
|
2022-05-22 20:54:18 +02:00
|
|
|
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/tiki_ynh/tree/testing).
|
2022-05-22 20:54:12 +02:00
|
|
|
|
|
|
|
To try the testing branch, please proceed like that.
|
2022-05-24 11:07:06 +02:00
|
|
|
|
|
|
|
``` bash
|
2022-05-22 20:54:18 +02:00
|
|
|
sudo yunohost app install https://github.com/YunoHost-Apps/tiki_ynh/tree/testing --debug
|
2022-05-22 20:54:12 +02:00
|
|
|
or
|
2022-05-22 20:54:18 +02:00
|
|
|
sudo yunohost app upgrade tiki -u https://github.com/YunoHost-Apps/tiki_ynh/tree/testing --debug
|
2022-05-22 20:54:12 +02:00
|
|
|
```
|
|
|
|
|
2022-05-24 11:07:06 +02:00
|
|
|
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|