Skip to content

Commit

Permalink
Add missing package and fix default password
Browse files Browse the repository at this point in the history
Added the "rack" package to the initial install (on Ubuntu 14.04 it's required) and unified the default password for logging in post install.
  • Loading branch information
Ryan Victory authored and dsander committed Mar 6, 2016
1 parent 9518e61 commit c6dae61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/manual/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Download Ruby and compile it:

Install the bundler and foreman gems:

sudo gem install bundler foreman --no-ri --no-rdoc
sudo gem install rake bundler foreman --no-ri --no-rdoc

## 3. System Users

Expand Down Expand Up @@ -225,7 +225,7 @@ When done you see `See the Huginn Wiki for more Agent examples! https://github.

**Note:** This will create an initial user, you can set the username and password by supplying it in environmental variables `SEED_USERNAME` and `SEED_PASSWORD` as seen below. If you don't set the password (and it is set to the default one) please wait with exposing Huginn to the public internet until the installation is done and you've logged into the server and changed your password.

sudo -u huginn -H bundle exec rake db:seed RAILS_ENV=production SEED_USERNAME=admin SEED_PASSWORD=yourpassword
sudo -u huginn -H bundle exec rake db:seed RAILS_ENV=production SEED_USERNAME=admin SEED_PASSWORD=password

### Compile Assets

Expand Down

0 comments on commit c6dae61

Please sign in to comment.