Skip to content
Snippets Groups Projects
Commit 9ec14957 authored by Sean Madsen's avatar Sean Madsen Committed by GitHub
Browse files

Merge pull request #258 from ineffyble/patch-1

Clarify running automated installation as root
parents 064d4522 8081b569
No related branches found
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.
Finish editing this message first!
Please register or to comment