From f7b772f7c12f4afa5f1fd92a046fd1826f19e57b Mon Sep 17 00:00:00 2001 From: Thorsten Eckel Date: Sat, 18 Oct 2014 18:30:06 +0200 Subject: [PATCH] Don't run Bundler as root. Bundler can ask for sudo if it is needed, and installing your bundle as root will break this application for all non-root users on this machine. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a2149ca5b..e051ee4a1 100644 --- a/README.md +++ b/README.md @@ -25,9 +25,9 @@ Getting Started ``` zammad@shell> cd zammad - zammad@shell> gem install rails + zammad@shell> gem install rails zammad@shell> vi Gemfile # enable libv8, execjs and therubyracer if needed! - zammad@shell> sudo bundle install + zammad@shell> bundle install ``` 3. Configure your databases