From b8d6bd74c02061e58e60d8590961a24dd9a8a723 Mon Sep 17 00:00:00 2001 From: Saulius Grigaitis Date: Sun, 14 Dec 2008 15:35:06 +0200 Subject: [PATCH] Updates from deprec 2: notes for using deprec when offline (incomplete) 4b59d89386b68740073d09ddce655a9b42dea7a0 [Mike Bailey] --- docs/offline_installation.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 docs/offline_installation.txt diff --git a/docs/offline_installation.txt b/docs/offline_installation.txt new file mode 100644 index 0000000..70f88e0 --- /dev/null +++ b/docs/offline_installation.txt @@ -0,0 +1,16 @@ +Using deprec offline (on a plane!) +================================== + +# Run local rubygems server +- point gems.rubyforge.org at local gems server + +# Turn off network apt sources and enable cdrom +- use apt-cdrom + +# Run local apt mirror (optional) + +# Push sources for compiled packages to target(s) +cap deprec:find_src +cap deprec:push_src + +