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:
parent
a43c0bc062
commit
f7b772f7c1
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue