-
Notifications
You must be signed in to change notification settings - Fork 343
siriproxy gencerts ERROR #108
Comments
Try:
|
I slowed the response.Sorry. $ sudo bundle exec siriproxy gencerts |
You should not be bundling or doing a rake install as root (with "sudo"). Please follow the directions precisely. |
$ bundle exec siriproxy gencerts $ bundle install $ bundle exec siriproxy gencerts $ cd pkg $ cd ../ Tasks: TOP => install |
I'm having the same issue. Where did I go wrong? |
Hi,i have the same problem after install rake ("rake install"). After install rake i see the next line: "command not found: siriproxy" |
Hi,i have the same problem after install rake ("rake install"). After install rake i see the next line: "command not found: siriproxy" Someone can help me please? |
Who's instructions are you using? Because no where do the sanctioned instructions tell you to perform rake install. Follow the documented instructions. |
$ bash < <(curl -s https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer)
$ [[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm"
$ echo '[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm" # Load RVM function' >> ~/.bash_profile
Logout
$ sudo rvm install 1.9.3
$ rvm use 1.9.3 --default
$ rvmsudo gem install rake bundler
$ rake install (or $ sudo rake install)
$ mkdir ~/.siriproxy
$ cp ./config.example.yml ~/.siriproxy/config.yml
$siriproxy gencerts
-bash: siriproxy: command not found
$ cd pkg
$ rvmsudo gem install siriproxy
Successfully installed siriproxy-0.0.1
1 gem installed
Installing ri documentation for siriproxy-0.0.1...
file 'lib' not found
Installing RDoc documentation for siriproxy-0.0.1...
file 'lib' not found
Why?
The text was updated successfully, but these errors were encountered: