Skip to content

sinatra-fuse is a start application for sinatra projects (hosted on Dreamhost)

Notifications You must be signed in to change notification settings

thomd/sinatra-fuse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sinatra-Fuse

Sinatra-fuse is a start application for new sinatra projects.

Sinatra-fuse focuses on sinatra applications hosted on Dreamhost.

Deploying on Dreamhost with Capistrano

  1. Open "Add New Domain / Sub-Domain" in your dreamhost panel and enter your desired domain: app.domain.tld
  • Check Ruby on Rails Passenger (mod_rails)
  • Specify your web directory: /home/username/app.domain.tld/current/public/
  • ssh to domain.tld and rm -rf current (Capistrano recreates current as a symbolic link pointing to the currently deployed version of the application)
  • enable local gems in your home directory in $HOME/.gems
  • put export RACK_ENV="production" in your .bash_profile on Dreamhost
  • Deployment: cap deploy:setup, cap deploy:cold and cap:deploy

About

sinatra-fuse is a start application for sinatra projects (hosted on Dreamhost)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published