Troubleshooting the Amahi Installer
If the installer does not work, the user sees Firefox having problem connecting with the installer:
Code: Select all
can't connect to localhost:2000
Code: Select all
cat /tmp/amahi-ruby-installer.log
Code: Select all
gem_original_require: no such file to load -- sinatra (LoadError)
[edit] Running behind a Proxy
To install sinatra behind a proxy, type this (as root):
Code: Select all
gem --no-rdoc --no-ri --http-proxy http://yourproxyurl/ sinatra
service amahi-installer restart