huginn: bin/setup_heroku doesnt work.

Hi. I deploy huginn from the readme to Heroku and to setup my admin user and password, follow this steps :

heoku

but on last step when i type : bin/setup_heroku on command prompt

i got :

'bin' is not recognized as an internal or external command, operable program or batch file.

i already installed : Heroku Toolbelt and Rails Installer from http://railsinstaller.org/en

any help.?

Thank you.

About this issue

  • Original URL
  • State: closed
  • Created 8 years ago
  • Comments: 15 (6 by maintainers)

Most upvoted comments

Odd that you had to, but I’m glad it worked!

Odd… you could try bundle exec ruby bin/setup_heroku

Thanks for the command, got :

Could not find activesupport-4.2.7.1 in any of the sources
Run `bundle install` to install missing gems.

But before ran your command i manually installing : ruby-railties & ruby-rspec-core & ruby-spring with sudo apt install

and finally bin/setup_heroku work successfully.

Thanks.

We don’t support Windows directly. Please use a virtualization tool like VirtualBox to run this on Linux.