1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/monica_ynh.git synced 2024-09-03 19:46:23 +02:00
monica_ynh/README.md

49 lines
2.2 KiB
Markdown
Raw Normal View History

2018-03-12 21:45:34 +01:00
2017-06-14 20:47:53 +02:00
# Monica app for YunoHost
2018-06-15 02:25:38 +02:00
[![Integration level](https://dash.yunohost.org/integration/monica.svg)](https://ci-apps.yunohost.org/jenkins/job/monica%20%28Community%29/lastBuild/consoleFull)
2018-05-28 18:33:13 +02:00
[![Installer Monica with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=monica)
2017-06-08 13:32:01 +02:00
2018-11-15 07:54:27 +01:00
Shipped version: **2.10.2**
2018-05-28 18:33:13 +02:00
<p align="center"><img src="37693034-5783b3d6-2c93-11e8-80ea-bd78438dcd51.png"></p>
<h1 align="center">Personal Relationship Manager</h1>
2017-06-08 13:32:01 +02:00
2018-05-28 18:33:13 +02:00
- [Yunohost project](https://yunohost.org)
- [Monica](https://monicahq.com/)
- [Monica source code at Github](https://github.com/monicahq/monica)
## Introduction
Monica is an open-source web application to organize the interactions with your loved ones. I call it a PRM, or Personal Relationship Management. Think of it as a [CRM](https://en.wikipedia.org/wiki/Customer_relationship_management) (a popular tool used by sales teams in the corporate world) for your friends or family.
## Install
##### This app will install PHP7.1
```
sudo yunohost app install https://github.com/YunoHost-Apps/monica_ynh
```
**First User Registraion:** Visit the app **domain** after the installtion is complete to register as **first user**. After the first user is registerd the registration will be **locked**. You can open the register for all by chaning the value **APP_DISABLE_SIGNUP** to **false** in **.env**. There is **no admin interface** in the Monica app currently.
2018-06-11 12:41:19 +02:00
## Update
2018-05-28 18:33:13 +02:00
```
sudo yunohost app upgrade -u https://github.com/YunoHost-Apps/monica_ynh monica
```
2018-06-11 12:41:19 +02:00
#### Change the settings of the app by changing the values in .env
2018-05-28 18:33:13 +02:00
2018-06-11 12:41:19 +02:00
## What works?
2018-05-28 18:33:13 +02:00
* [X] Update and remove script
* [X] Upgrade script
* [X] Backup and restore script (**Need testing**)
* [X] Multi-instance (**Need testing**)
* [x] make root domain redirect to index.php
2018-06-25 08:41:44 +02:00
* [x] Chang URL (Need testing,backup before trying this)
2017-06-15 22:11:35 +02:00
* [ ] LDAP/SSO support
* [ ] Make monica installable into subdirectory (eg. https://example.com/monica/)
2017-06-14 21:25:44 +02:00
* Currently it is only possible to install monica into the root of a domain (eg. https://example.com/)
* This is due to a limitation in monica, not yunohost!
* See [here](https://github.com/monicahq/monica/issues/139) for the current progress.
2017-09-17 12:24:17 +02:00
## License
GPL-3.0