Search Criteria
Package Details: grocy 4.2.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/grocy.git (read-only, click to copy) |
---|---|
Package Base: | grocy |
Description: | web-based self-hosted groceries & household management solution for your home |
Upstream URL: | https://grocy.info/ |
Licenses: | MIT |
Submitter: | danieltetraquark |
Maintainer: | danieltetraquark |
Last Packager: | danieltetraquark |
Votes: | 7 |
Popularity: | 0.093638 |
First Submitted: | 2019-12-23 00:17 (UTC) |
Last Updated: | 2024-04-02 17:15 (UTC) |
Dependencies (7)
- php
- php-gd
- php-intl (php)
- php-sqlite
- composer (composer-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- yarn (yarn-pnpm-corepackAUR, corepackerAUR, yarn-berryAUR) (make)
Latest Comments
1 2 Next › Last »
danieltetraquark commented on 2023-08-25 16:55 (UTC)
@rany thank you, I think you're right. I've updated it. In theory, chowning a symlink should change the owner of the target, but this would fail if you don't have the package already installed and build in a chroot.
rany commented on 2023-08-25 16:09 (UTC)
Shouldn't the PKGBUILD chown /var/lib/webapps/grocy not /usr/share/webapps/grocy/data? /usr/share/webapps/grocy/data would only chown the symlink to /var/lib/webapps/grocy which isn't very useful.
notEvil commented on 2023-08-25 13:36 (UTC)
I just ran into https://github.com/grocy/grocy/issues/2307 which is a consequence of not clearing the viewcache directory (/var/lib/webapps/grocy/viewcache) after update, see https://github.com/grocy/grocy#how-to-update.
Mettacrawer commented on 2022-09-18 10:32 (UTC)
@TheHellSite I took notes while I installed grocy and published a step list here: https://gist.github.com/ambiamber/4a3398504c692bc6f24f9b60875fa401
danieltetraquark commented on 2022-04-27 08:46 (UTC)
@TheHellSite you need a webserver and a php instance. I personally use nginx together with uwsgi and its php plugin, but you could also use php-fpm https://wiki.archlinux.org/title/Nginx?useskinversion=1#PHP_implementation
Point your php/webserver to /usr/share/webapps/grocy/public, don't forget to enable the sqlite,gd,intl,gzip and iconv php extensions.
TheHellSite commented on 2022-04-25 22:01 (UTC)
Thank you very much for the AUR package. Could you please explain how to get grocy up and running after installing the package?
danieltetraquark commented on 2022-04-20 14:47 (UTC)
@Lucki fixed. The comment got somehow under the wheels :)
Lucki commented on 2022-04-20 14:42 (UTC)
git
is still missing as a dependency:1 2 Next › Last »