Created
January 21, 2013 17:28
-
-
Save jrgifford/4587647 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| > 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment