Search Criteria
Package Details: invoiceninja 5.12.40-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/invoiceninja.git (read-only, click to copy) |
|---|---|
| Package Base: | invoiceninja |
| Description: | Invoices, Expenses and Tasks built with Laravel and Flutter |
| Upstream URL: | https://www.invoiceninja.com/ |
| Licenses: | ELv2 |
| Submitter: | onny |
| Maintainer: | AlphaJack (lifespirit) |
| Last Packager: | lifespirit |
| Votes: | 5 |
| Popularity: | 0.51 |
| First Submitted: | 2019-11-22 18:27 (UTC) |
| Last Updated: | 2025-12-29 08:59 (UTC) |
Dependencies (8)
- php
- php-gd
- tar (tar-gitAUR, uutils-tar-gitAUR) (make)
- apache (apache-gitAUR) (optional) – web server
- chromium (chromium-no-extrasAUR, chromium-clang-avx2-binAUR, helium-browserAUR, ungoogled-chromium-binAUR, ungoogled-chromium-widevine-binAUR, omarchy-chromium-binAUR, ungoogled-chromiumAUR, ungoogled-chromium-xdgAUR) (optional) – pdf generation using snappdf
- mariadb (mysql81AUR, mysql80AUR, mysqlAUR, mysql84AUR, mariadb-lts, percona-server) (optional) – database
- nginx (nginx-rtmp-sergey-gitAUR, nginx-mainline-pushstreamAUR, tengineAUR, tengine-extraAUR, freenginx-mainline-hgAUR, nginx-quic-libresslAUR, angieAUR, freenginx-libresslAUR, freenginx-mainlineAUR, nginx-mainline) (optional) – web server
- redisAUR (redis-testingAUR, redis-gitAUR, keydbAUR, redis-binAUR, redictAUR, valkey) (optional) – session driver
Latest Comments
1 2 Next › Last »
jamtowers commented on 2025-12-29 12:00 (UTC)
Note that
/usr/share/webapps/invoiceninjais owned by root by default as packaged atm, that means that you won't be able to update through the webapp itself, which is probably fine since you're using the aur anywayThough that means
sudo -u http php /usr/share/webapps/invoiceninja/artisan vendor:publish --provider="Elastic\Migrations\ServiceProvider"can fail because it tries to write to/usr/share/webapps/invoiceninja/configwhich isn't writable by http our of the box, you can get around that by just dropping the-u http(i.e. running it as root)I don't have an opinion if that's good or right, but figured I'd point it out for those watching at home
lifespirit commented on 2025-12-29 09:38 (UTC) (edited on 2025-12-29 09:39 (UTC) by lifespirit)
For migration run:
AlphaJack commented on 2022-01-16 17:00 (UTC)
I have provided a bare minimum install file that output some instructions after the package has been installed or updated, hope it helps.
Consider that Invoice Ninja is a Laravel webapp, it means you need a database (e.g.
mariadb),phpandphp-fpm, and a reverse proxy likenginxorapache. These components also need to be configured when you install a new webapp, like a new user and database formariadband a new server or location block forapacheornginx.francois072 commented on 2022-01-15 14:59 (UTC)
I also do not know how to use the package.
Re4mstr commented on 2022-01-14 16:31 (UTC)
@AlphaJack Trying to set this up using this package, but having a hard time.
Are you able to give some indications or step by step on how to use it? Maybe you are able to integrate this package so that no configuration is needed? install -> enable -> go
AlphaJack commented on 2022-01-13 10:36 (UTC)
@Re4mstr My bad, I thought I had already replaced the
unzipextraction flag to-o, now it worksRe4mstr commented on 2022-01-12 18:29 (UTC)
I am having issues installing this with the following error:
==> Starting prepare()... /home/test/.cache/paru/clone/invoiceninja/PKGBUILD: line 39: cd: invoiceninja-5.3.39: No such file or directory ==> ERROR: A failure occurred in prepare(). Aborting... error: failed to build 'invoiceninja-5.3.39-1': error: packages failed to build: invoiceninja-5.3.39-1
ak2021 commented on 2021-12-21 16:14 (UTC)
This package is better off installing everything (LAMP) manually, then just download invoiceninja directly from their website. There is guide, easy to follow, if you google it.
1 2 Next › Last »