Development/Tutorials/Deploying Qt Ruby Applications as a Debian packages for Kubuntu: Difference between revisions

From KDE TechBase
(Initial introduction)
 
No edit summary
Line 1: Line 1:
'''Deploying Qt Ruby Applications as a Debian packages for Kubuntu'''
'''Deploying Qt Ruby Applications as a Debian packages for Kubuntu'''  
 


<br>  
<br>  
Line 6: Line 5:
= Introduction  =
= Introduction  =


Packaging up Ruby applications for distributions is something that is historically a bit of a controversial subject. The major reason for this is that the Debian-based package management software in Kubuntu <tt>apt</tt> fills a similar role as <tt>rubygems</tt> the package management software for Ruby across all platforms. And the File Hierarchy Standards (FHS) mandate a layout for applications to adhere to which is sometimes difficult for Ruby applications. However, fear not! Here's your guide to getting from developers Ruby app to a Debian package.
To share your wonderful application with others you need to have package it up in a standard format. Packaging up Ruby applications for Linux distributions is something that is historically a bit of a controversial subject. One reason for this is that the Debian-based package management software in Kubuntu <tt>apt</tt> fills a similar role as <tt>rubygems</tt>, the package management software for Ruby across all Operating Systems. In Linux distros, the File Hierarchy Standards (FHS) mandates a layot for applications to adhere to so that an application's libraries, configs and documentation go in the right place. This is sometimes difficult for Ruby applications. However, fear not! Here's your guide to getting from developers Ruby app to a Debian package.

Revision as of 22:08, 25 August 2009

Deploying Qt Ruby Applications as a Debian packages for Kubuntu


Introduction

To share your wonderful application with others you need to have package it up in a standard format. Packaging up Ruby applications for Linux distributions is something that is historically a bit of a controversial subject. One reason for this is that the Debian-based package management software in Kubuntu apt fills a similar role as rubygems, the package management software for Ruby across all Operating Systems. In Linux distros, the File Hierarchy Standards (FHS) mandates a layot for applications to adhere to so that an application's libraries, configs and documentation go in the right place. This is sometimes difficult for Ruby applications. However, fear not! Here's your guide to getting from developers Ruby app to a Debian package.