Skip to content

Makes it easy to deploy rails apps as debian .deb files!

Notifications You must be signed in to change notification settings

sunkencity/apt_fu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Apt-Fu

Package a rails project to a debian .deb file for easy deployment!

This simple rails plugin adds 3 rake tasks to your project:

rake deb:create                           # Create a deb file from the rails package
rake deb:deploy                           # Deploy
rake deb:vdeploy                          # Deploy to vserver

I find it convenient to sometimes not allow access to the version control server for a production server. This plugin packages a rails project into a .deb file without any dependencies on debian tools. Yes, it runs on OS X!

Future work:

* Add a preinst script that empties the code diretories in the app before moving in the new stuff. Now only new stuff is added.

* Specify debian dependencies

* Configuration in yaml

Credits

Greatly inspired by:

synthesize.us/HOWTO_make_a_deb_archive_without_dpkg

About

Makes it easy to deploy rails apps as debian .deb files!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages