Trip Shanti
Trip Shanti
I updated my command as so ``` [whisper] directory = /Users/peanut_butter/Sites/whisper.me command = bash -lc "rvm ruby-2.1.5@whisper do bundle exec thin start --ssl" ``` Seems to try and boot an...
@kgrz Ha, I'm six hours deep into this. I would do anything to even have it boot under `whisper.dev` . It seems to only work as `http://0.0.0.0:9000`, and then the...
Thank you @kgrz for your attention. I'm using this as my config now ``` [whisper] directory = /Users/peanut_butter/Sites/whisper.me command = bash -lc "rvm ruby-2.1.5@whisper do bundle exec thin start --ssl"...
@iffyuva After reinstalling, rebooting a few times, I was able to get dev back. Equally, I am able to get to an Invoker page that states ``` Application not running...
@kgrz What do you mean by "non-80"? When I booted up thin on SSL it defaulted to 9000. So I started setting the port to that in the `invoker.ini`. To...
@iffyuva Ah ok so I added the port like so ``` [braidio] directory = /Users/peanut_butter/Sites/whisper.me command = bash -lc "rvm ruby-2.1.5@whisper do bundle exec thin start --ssl -p $PORT" ```...
Ah! A major breakthrough. So `curl braidio.dev:9000` gets an empty reply from server. But if I use Chrome, it loads the site. The *only* caveat at this point is that...
THANK YOU EVERYONE!!
@iffyuva That doesn't seem to be true. `Application Not Found` occurs unless I specify a port.
@kgrz Yes I tried both those separately and together, but I must specify the port in the url or it will not find the application.