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
anmol26s 3eaf8b61a8
Fix: Android app work and updated to version 2.8.1 (#27)
* Genrate key for android app

* misnamed file name

* Replace  and  wrong variable

* Replace  and  wrong variable

* start php7.1 start

* start php7.1 before reload

* wrong commenting syntex in php.conf

* Updated to version 2.8.1

* Run php artisan passport:install for the app config

* Added domain .env
2018-10-09 09:51:40 +05:30

2.2 KiB

Monica app for YunoHost

Integration level

Installer Monica with YunoHost

Shipped version: 2.8.1

Personal Relationship Manager

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 (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.

Update

 sudo yunohost app upgrade -u https://github.com/YunoHost-Apps/monica_ynh monica

Change the settings of the app by changing the values in .env

What works?

  • Update and remove script
  • Upgrade script
  • Backup and restore script (Need testing)
  • Multi-instance (Need testing)
  • make root domain redirect to index.php
  • Chang URL (Need testing,backup before trying this)
  • LDAP/SSO support
  • Make monica installable into subdirectory (eg. https://example.com/monica/)
    • 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 for the current progress.

License

GPL-3.0