Search Criteria
Package Details: monica-git 3.3.1.r30.g2b37ad1c4-1
Package Actions
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: | AGPL3 |
Submitter: | AlphaJack |
Maintainer: | AlphaJack |
Last Packager: | AlphaJack |
Votes: | 2 |
Popularity: | 0.000176 |
First Submitted: | 2020-08-06 14:05 (UTC) |
Last Updated: | 2021-10-19 19:57 (UTC) |
Dependencies (11)
- mariadb (mysql55, mysql56, mysql57, mytop-git, mysql, percona-server)
- php7
- php7-intl
- composer (composer-git) (make)
- git (git-git, git-vfs, git-run-command-patch-git) (make)
- yarn (yarn-nightly) (make)
- apache (apache-git) (optional) – web server
- caddy (caddy-with-quic, caddy-with-cgi, caddy-git, caddy-webdav-git, caddy-naiveproxy, caddy-cloudflare, caddy-dnspod) (optional) – web server
- nginx (nginx-nchan-git, nginx-nchan, nginx-google_filter, nginx-pagespeed, nginx-pagespeed-src, nginx-mainline-openssl-weak, nginx-rtmp, nginx-rtmp-src, nginx-rtmp-sergey-git, nginx-mainline-libressl, tengine, nginx-devel, nginx-devel-mod-naxsi, nginx-mainline-boringssl, nginx-minimal, nginx-quic-vkontakte, zestginx, nginx-quiche, nginx-mainline-pushstream, nginx-quic-openssl-hg, tengine-extra, nginx-libressl, nginx-quic, nginx-mainline) (optional) – web server
- php7-redis (optional) – cache and session driver
- redis (redis-testing, redis-git, keydb) (optional) – cache and session driver
Latest Comments
cotsuka commented on 2021-10-18 21:43 (UTC)
@AlphaJack Looks like monica updated its
LICENSE
file to now beLICENSE.md
. I was able to rebuild this after I updated that line in the PKGBUILD.cotsuka commented on 2021-07-19 17:18 (UTC)
@AlphaJack Figured out the issue finally. It's because of php8 vs. php7. I had to edit the PKGBUILD to set
php=/usr/bin/php7
and it worked. Not the cleanest method of doing this, but it solved the installation/update issue.AlphaJack commented on 2021-06-15 19:45 (UTC)
@cotsuka I am unable to reproduce your issue, have you tried cloning this repo (https://aur.archlinux.org/monica-git.git) and running
makepkg
inside it?cotsuka commented on 2021-06-15 17:00 (UTC)
I'm running into the following error, which seems to be with Symfony so may be upstream. Anybody else hitting this?
PHP Fatal error: Uncaught Error: Call to undefined method Symfony\Component\Console\Helper\Helper::length() in /var/cache/private/pikaur/build/monica-git/src/monica/vendor/symfony/console/Helper/ProgressBar.php:516
AlphaJack commented on 2021-03-01 10:34 (UTC)
@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 (UTC)
@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 (UTC)
@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 (UTC) (edited on 2020-11-01 00:09 (UTC) by satcom886)
Shouldn't all files in
/usr/share/webapps/monica
be owned by thehttp
group? (so that everything is owned byroot:http
)