Search Criteria
Package Details: grocy 3.3.2-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: | 4 |
Popularity: | 0.000000 |
First Submitted: | 2019-12-23 00:17 (UTC) |
Last Updated: | 2022-11-12 17:54 (UTC) |
Dependencies (7)
- php (php7-meta, php-zts, php-legacy-symlinks, php7-symlinks)
- php-gd (php-zts-gd)
- php-intl (php-zts-intl, php)
- php-sqlite (php-zts-sqlite)
- composer (composer-git) (make)
- git (git-vfs, git-git, git-run-command-patch-git) (make)
- yarn (yarn-nightly, yarn-xdg, yarn-xdg-bin) (make)
Latest Comments
1 2 Next › Last »
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:danieltetraquark commented on 2021-07-17 12:31 (UTC)
PHP8 is now supported! Make sure to update your php setup if necessary :)
scgtrp commented on 2021-03-28 17:12 (UTC) (edited on 2021-03-28 17:12 (UTC) by scgtrp)
Hi. This won't currently build in a chroot because
yarn install
tries to clone a git repository andgit
isn't inmakedepends
.L0ric0 commented on 2021-01-13 11:28 (UTC) (edited on 2021-01-13 11:30 (UTC) by L0ric0)
As per default the
open_basedir
is not in effect i think it is fine and building from source is better in my opinion.I think a comment in front of the command that would throw the error should be fine.
(It seams that that command is the
composer clear-cache
maybe it is posible to tell composer to not use a cache?)danieltetraquark commented on 2021-01-12 20:44 (UTC)
@L0ric0 good point. There is a separate php ini file for the php cli, right? So it is possible to loosen your security restrictions there. Defining a custom open_base_dir is possible with php cli, but I think this is ugly, and PKGBUILDs should adhere to system configurations.
What do you think, should I switch back to the zip release file from the grocy team?
L0ric0 commented on 2021-01-12 09:58 (UTC)
when the
open_basedir
restriction of php is in effect the installation of this package fails in the build function.1 2 Next › Last »