Jump to content

bobrock

Members
  • Posts

    16
  • Joined

  • Last visited

bobrock's Achievements

Apprentice

Apprentice (3/14)

  • One Month Later Rare
  • Dedicated Rare
  • Collaborator Rare
  • Conversation Starter Rare
  • Week One Done Rare

Recent Badges

1

Reputation

  1. Thanks, Krydos! That was exactly the clue I needed. It turned out that my site was missing the `master.key` file, which, of course, was not uploaded as part of my GitHub repo because it's not there for security. Once I manually uploaded that file the site appears to be working now in production mode.
  2. I have a Rails app running at https://bobrock.heliohost.us/home that does just fine in development mode. But when I switch to production mode the site will no longer load. Of course, in production mode, I can't see whatever error is causing the problem. On my local machine, I can switch between development and production without any problems, but I had to add config.hosts << "localhost" to the `production.rb` local environment file to make it work. I added config.hosts << "bobrock.heliohost.us" to the `production.rb` remote environment file, but that didn't clear the error. What else should I try to get things running in production mode?
  3. Would laravel.bobrock.heliohost.us work? If so, then that.
  4. I have a Rails app running now on Tommy. Is it possible to run a Laravel app on my account as well without the two interfering? Or can I deactivate Ruby without losing that app and then install Laravel?
×
×
  • Create New...