Search Criteria
Package Details: bookstack 0.31.7-1
Git Clone URL: | https://aur.archlinux.org/bookstack.git (read-only, click to copy) |
---|---|
Package Base: | bookstack |
Description: | A simple, self-hosted, easy-to-use platform for organising and storing information |
Upstream URL: | https://github.com/BookStackApp/BookStack |
Licenses: | |
Submitter: | smuise |
Maintainer: | smuise |
Last Packager: | smuise |
Votes: | 2 |
Popularity: | 0.005470 |
First Submitted: | 2020-03-27 00:11 |
Last Updated: | 2021-03-02 22:57 |
Latest Comments
smuise commented on 2021-02-20 19:30
Good call @AlphaJack, done, thanks!
AlphaJack commented on 2021-02-20 11:46
Can you add
options=("!strip")
to the PKGBUILD? It reduces packaging time by 60% without affecting the final size.smuise commented on 2021-01-30 02:50
Thanks @AlphaJack, done.
AlphaJack commented on 2021-01-29 13:38
Please replace the dependencies with their
php7
version, asphp
8 is not supported yet. One also needs to installphp7-fpm
, which ships:smuise commented on 2020-11-08 18:21
Thanks for the suggestions @AlphaJack!
Implemented in 1dc672d42a3a
AlphaJack commented on 2020-11-08 01:35
Thank you for porting BookStack here! I would suggest to add the "--no-interaction" flag to composer, as otherwise it can block non-interactive installations, and remove the "-v" flag to cp, as it prints many thousands of lines