2022-05-22 20:54:12 +02:00
|
|
|
<!--
|
2024-03-29 07:25:39 +01:00
|
|
|
N.B.: This README was automatically generated by <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
2022-05-22 20:54:12 +02:00
|
|
|
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
|
|
|
|
2024-08-31 15:33:06 +02:00
|
|
|
[![Integration level](https://dash.yunohost.org/integration/tiki.svg)](https://ci-apps.yunohost.org/ci/apps/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)
|
2023-03-01 13:49:10 +01:00
|
|
|
|
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
|
|
|
|
2024-06-23 14:36:56 +02:00
|
|
|
*[Read this README in other languages.](./ALL_README.md)*
|
2022-05-22 20:54:12 +02:00
|
|
|
|
2024-03-29 07:25:39 +01:00
|
|
|
> *This package allows you to install Tiki quickly and simply on a YunoHost server.*
|
|
|
|
> *If you don't have YunoHost, please consult [the guide](https://yunohost.org/install) to learn how to install it.*
|
2022-05-22 20:54:12 +02:00
|
|
|
|
|
|
|
## 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
|
2024-09-01 17:57:46 +02:00
|
|
|
|
2023-08-30 15:17:40 +02:00
|
|
|
- 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
|
|
|
|
2024-08-31 15:36:24 +02:00
|
|
|
**Shipped version:** 26.2~ynh2
|
2022-05-22 20:54:12 +02:00
|
|
|
|
2024-03-29 07:25:39 +01: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
|
|
|
|
|
2024-03-29 07:25:39 +01:00
|
|
|
- Official app website: <https://tiki.org/>
|
|
|
|
- Official admin documentation: <https://doc.tiki.org>
|
|
|
|
- Upstream app code repository: <https://gitlab.com/tikiwiki/tiki/>
|
|
|
|
- YunoHost Store: <https://apps.yunohost.org/app/tiki>
|
|
|
|
- Report a bug: <https://github.com/YunoHost-Apps/tiki_ynh/issues>
|
2022-05-22 20:54:12 +02:00
|
|
|
|
|
|
|
## Developer info
|
|
|
|
|
2024-03-29 07:25:39 +01: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
|
|
|
|
2024-03-29 07:25:39 +01:00
|
|
|
To try the `testing` branch, please proceed like that:
|
2022-05-24 11:07:06 +02:00
|
|
|
|
2024-03-29 07:25:39 +01: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>
|