summaryrefslogtreecommitdiff
path: root/README.omnibus
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2014-10-14 16:41:16 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2014-10-14 16:41:16 +0100
commitc11bcfcd39bd9c9e30184ea29d21ef52624d056a (patch)
tree8b4fbe74ced0b68ced598e42c9f19182beea73ba /README.omnibus
downloadimport-c11bcfcd39bd9c9e30184ea29d21ef52624d056a.tar.gz
Initial import of Baserock import tool for importing foreign packaging
Diffstat (limited to 'README.omnibus')
-rw-r--r--README.omnibus17
1 files changed, 17 insertions, 0 deletions
diff --git a/README.omnibus b/README.omnibus
new file mode 100644
index 0000000..840bbab
--- /dev/null
+++ b/README.omnibus
@@ -0,0 +1,17 @@
+Omnibus import
+==============
+
+See 'README' for general information on the Baserock Import Tool.
+
+To use
+------
+
+First, clone the Git repository corresponding to the Omnibus project you want
+to import. For example, if you want to import the Chef Server, clone:
+<https://github.com/opscode/omnibus-chef-server>
+
+As per Omnibus' instructions, you should then run `bundle install --binstubs`
+in the checkout to make available the various dependent repos and Gems of the
+project definitions.
+
+