diff options
author | Filipp Lepalaan <f@0x00.co> | 2012-03-18 12:38:02 +0200 |
---|---|---|
committer | Filipp Lepalaan <f@0x00.co> | 2012-03-18 12:38:02 +0200 |
commit | d094832fb8683c29520947311502ca37618bdb4a (patch) | |
tree | 797fa4002c6f03d19538a25685ddc09ea7cad35d | |
parent | b778ae67d0542762183706a4baf7877f47d18f4b (diff) | |
download | SOUP_kitchen-master.tar.gz SOUP_kitchen-master.tar.bz2 SOUP_kitchen-master.zip |
-rw-r--r-- | README.md | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -5,14 +5,15 @@ SOUP Kitchen is a simple web front-end to OS X Server's Software Update service ##USAGE## -> sudo gem install sinatra -> cd soup\_kitchen -> ruby -rubygems app.rb http://your.sus.server.com:8080/index.sucatalog - -Browse to http://localhost:4567 + sudo gem install sinatra + cd soup\_kitchen + ruby -rubygems app.rb http://your.sus.server.com:8080/index.sucatalog + Browse to http://localhost:4567 The update catalog is loaded on startup. A reload can be forced by visiting /reload. Clicking the download link will download the *biggest package from that update* (see bugs below). The info button will take you to the metadata file for that update. +SOUP Kitchen *does not* have to be running on the same machine as the SU service. + ##BUGS## |