]> BookStack Code Mirror - devops/commit
Muted composer question, fixed apache log paths
authorDan Brown <redacted>
Sat, 16 Jan 2021 15:56:42 +0000 (15:56 +0000)
committerDan Brown <redacted>
Sat, 16 Jan 2021 15:56:42 +0000 (15:56 +0000)
commitd72f29bb83773e0882781afa9f5d209be7c92beb
tree049c893fead10d687b89d3fb6d3b1383a8b6583e
parent7fa7dc2d6882298e190f2d28446800d063946f98
Muted composer question, fixed apache log paths

Composer warning was about running as root.
Muted the warning/prompt from showing, adding the --no-plugins flag for
a little extra safety.
AFAICT, the composer warning shows as since the top-level project's
(BookStack in this case) scripts will be ran as root in this case.
Since the user is already running the whole script as root they'd
already be putting trust in this install process so preventing running
scripts as the root user won't achieve a massive amount.
.gitignore
scripts/installation-ubuntu-18.04.sh
scripts/installation-ubuntu-20.04.sh