jrgifford
1/21/2013 - 5:28 PM

gistfile1.txt

> Summary
The 'xiki' shell command is mostly meant to be called by programs
that want to interface with Xiki.  But it is sometimes useful for
people to call it directly.  Example usages:

$ xiki ip
$ xiki docs/faq

> Setting up your editor
The most common way to use Xiki is from a text editor.  For
example, from in a text editor, typing "tables" on any blank line
and then double-clicking on it (or typing control-enter or
command-enter) to browse and update your mysql database.

See the README.markdown file in the Xiki dir for help setting up
your editor. You can view it by typing this command or going to
this url:

$ xiki readme

https://github.com/trogdoro/xiki

> Service
The 'xiki' shell command automatically runs a service in the
background to keep things fast.

% xiki status
% xiki stop
% xiki restart

> Interfaces
Xiki can be used from...
- A text editor
- The 'xiki' shell command
- The http://xiki/ url in your browser (experimental)

For more information type:

$ xiki docs

> Google Group and Twitter
Join the google group or follow @xiki on twitter for help with
installing and using, or just to chat or share your ideas:

http://groups.google.com/group/xiki/
http://twitter.com/xiki

> Troubleshooting
A couple commands to help you trouble-shoot:

% bundle install
% xiki readme