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.

This commit is contained in:
Thorsten Eckel 2014-10-18 18:30:06 +02:00
parent a43c0bc062
commit f7b772f7c1

View file

@ -25,9 +25,9 @@ Getting Started
``` ```
zammad@shell> cd zammad 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> vi Gemfile # enable libv8, execjs and therubyracer if needed!
zammad@shell> sudo bundle install zammad@shell> bundle install
``` ```
3. Configure your databases 3. Configure your databases