Sha256: 7b341e6ed287f7b27768ff0104d8a8c49fbd3d38db98959f8c9ed2473516554e

Contents?: true

Size: 604 Bytes

Versions: 2

Compression:

Stored size: 604 Bytes

Contents

# Kalipso # 

Command line client and library for uploading sites to Kalipso.


## Basic setup ##

Add a folder as a Kalipso site:

    $ cd Sites/my_site
    $ kalipso sites:add .

(this will auto-assign a site name)

Or specify a name:

    $ kalipso sites:add . --name my_site

This will add the site to your account on Kalipso.

## Listing your sites ##

List your sites

    $ kalipso sites
    SITENAME => /path/to/local

## Uploading a site ##

    $ kalipso upload SITENAME
    http://SITENAME.diddlydum.com


== Copyright

Copyright (c) 2011 Paul Campbell. See LICENSE.txt for
further details.

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
kalipso-0.1.1 README.md
kalipso-0.1.0 README.md