Skip to content

travel-intelligence/ti_rails_debian

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TiRailsDebian

Rails engine adding Rake tasks to package a Rails application into a Debian package. Once installed, the Debian package configures the Rails application to be run as a system service.

How to use it?

Add this into your Gemfile:

gem 'ti_rails_debian'

Run this to package into a Debian package:

rake ti_rails_debian:package

Install your Debian package using standard Debian tooling:

apt install my_package

or

dpkg -i /path/to/my_package.deb

Once installed, run your Rails application as a service:

service my_rails_app start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 66.0%
  • HTML 16.4%
  • Shell 14.2%
  • CSS 1.8%
  • JavaScript 1.6%