Skip to content
Snippets Groups Projects
Commit 8081b569 authored by Effy Elden's avatar Effy Elden Committed by GitHub
Browse files

Clarify running automated installation as root

Make the warning about running Ubuntu installation as root slightly more dire.
parent 20d38feb
Branches
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ curl -Ls https://civicrm.org/get-buildkit.sh | bash -s -- --full --dir ~/buildki
!!! note
* When executing the above command, you should *not* run as `root`. However, you *should*
* When executing the above command, you should *not* run as `root`, as it *will* cause failures. However, you *should*
have `sudo` permissions.
* The `--full` option is *very opinionated*; it specifically installs `php`, `apache`, and `mysql` (rather than `hhvm`, `nginx`, `lighttpd`, or `percona`). If you try to mix `--full` with alternative systems, then expect conflicts.
* If you use the Ubuntu feature for "encrypted home directories", then don't put buildkit in `~/buildkit`. Consider `/opt/buildkit`, `/srv/buildkit`, or some other location that remains available during reboot.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment