Search Criteria
Package Details: monica-git v2.19.1.r262.g124a063fd-1
Git Clone URL: | https://aur.archlinux.org/monica-git.git (read-only, click to copy) |
---|---|
Package Base: | monica-git |
Description: | Personal CRM. Remember everything about your friends, family and business relationships |
Upstream URL: | https://www.monicahq.com/ |
Licenses: | |
Submitter: | AlphaJack |
Maintainer: | AlphaJack |
Last Packager: | AlphaJack |
Votes: | 1 |
Popularity: | 0.083518 |
First Submitted: | 2020-08-06 14:05 |
Last Updated: | 2021-03-01 08:50 |
Dependencies (6)
- php>=7.2 (php55, php53, php70, php71, php-zts, php72, php56, php7-symlinks, php7-meta, php73)
- composer (composer-git) (make)
- apache (apache-git, apache22) (optional) – web server
- mariadb (mysql55, mariadb-git, mariadb103, mysql56, mysql57, mysql, percona-server) (optional) – database
- nginx (nginx-custom-dev, nginx-nchan-git, nginx-nchan, nginx-devel, nginx-devel-mod-naxsi, tengine, tengine-extra, nginx-google_filter, nginx-pagespeed, nginx-pagespeed-src, nginx-mainline-openssl-weak, nginx-rtmp, nginx-rtmp-src, nginx-rtmp-sergey-git, nginx-mainline-libressl, nginx-libressl, nginx-mainline-boringssl, nginx-zest-git, nginx-quic, nginx-mainline) (optional) – web server
- redis (redis-testing, redis-git, keydb) (optional) – cache and session driver
Latest Comments
AlphaJack commented on 2021-03-01 10:34
@tumblingthrough you need to install on your computer all the things you would have on your server:
and configure them. On top of that you need to install and configure monica according to these programs, especially creating a new database for it and adding a new nginx subdirectory or subdomain.
If you mail me (see the PKGBUILD) I can send you the steps in detail.
Otherwise you could just try to search for a docker container that packages everything you need, so it may be easier to spin up (but I don't have direct experience with it)
tumblingthrough commented on 2021-03-01 08:01
@alphajack - probably not the right place for this comment, but I've installed this on my desktop, and keen to use it, but how do I start it? Can't find info anywhere(I've failed to get Monica running on my server, so want to use it locally for now). Thanks.
AlphaJack commented on 2020-11-01 10:59
@satcom886 I didn't change the user ownership of those files because I saw no reason for them to be modified by users other than root. Regarding group ownership, it has the same permissions as external users, and since I didn't see a consistent behaviour among PHP webapps I decided to keep the default
root:root
. If this appears to be causing issues, I'll be glad to change it accordingly.satcom886 commented on 2020-11-01 00:07
Shouldn't all files in
/usr/share/webapps/monica
be owned by thehttp
group? (so that everything is owned byroot:http
)