Trying to install danbooru - Rails/Ruby asking for “@localhost” password on deploy:setup
This is what I'm trying to get up and running:
I've made it to the deployment step, however it prompts me to login to a nameless user @localhost (i.imgur.com/ONp69.png)
danbooru@teemo:~/danbooru$ bundle exec cap development deploy:setup
[9951bc77] Running /usr/bin/env [ -d ~/.rbenv/versions/2.1.5 ] on localhost
[9951bc77] Command: [ -d ~/.rbenv/versions/2.1.5 ]
@localhost's password:
@localhost's password:
@localhost's password:
(Backtrace restricted to imported tasks)
cap aborted!
SSHKit::Runner::ExecuteError: Exception while executing on host localhost: Authentication failed for user @localhost
Net::SSH::AuthenticationFailed: Authentication failed for user @localhost
Tasks: TOP => rbenv:validate
(See full trace by running task with --trace)
I posted about this previously on stackoverflow, and was told that:
"You can see on Github that the productionstagingthe development configproduction configuration
so I added
set :user, "albert"
and then… this messy mess happened: i.imgur.com/UHsA0Ys.png
I'm not sure I added the user properly, but I'm also not entirely sure if that's the problem to begin with. I've been able to google around and learn things myself up until this point. Any help would be greatly appreciated, but I'll continue trying to figure it out and post back if I figure out anything.