Skip to content

Instantly share code, notes, and snippets.

@phdoerfler
Created July 13, 2014 17:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save phdoerfler/d120b54c5033db79bdc6 to your computer and use it in GitHub Desktop.
Save phdoerfler/d120b54c5033db79bdc6 to your computer and use it in GitHub Desktop.
$ xiki
> 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.md 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 restart
% xiki readme
/usr/local/Cellar/ruby193/1.9.3-p547/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require': cannot load such file -- daemons (LoadError)
from /usr/local/Cellar/ruby193/1.9.3-p547/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
from /Users/phi/Documents/coding/xiki/etc/command/xiki_command.rb:101:in `run'
from /Users/phi/Documents/coding/xiki/bin/xiki:34:in `<top (required)>'
from /usr/local/bin/xiki:2:in `load'
from /usr/local/bin/xiki:2:in `<main>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment