Giter Club home page Giter Club logo

xiki's Introduction

Summary

This file shows how to install Xiki. Xiki is like a shell console with GUI features. It is also a glue language. It ties together many of the things we developers use. Such as shell commands, code, files, directories, notes, urls, database queries, and many other things. It accomplishes this by using a wiki-ish text syntax that can be expanded directly from a text editor. See http://xiki.org/screencasts if you have no idea what I'm talking about. :)

It has a web interface, but runs best from a Xiki-enabled text editor. It has menus for quickly getting started with using various tools and libraries. Also you can easily create your own menus, in about ten different ways. Many of them will seem obvious to you.

Supported platforms: MacOS and Linux. Pair with me if you want to see Windows support, support for your text editor, or just to hack on Xiki! (find me at twitter.com/xiki).

Install Ruby 1.9.3

Type "ruby -v" to see which ruby version you currently have.

On ubuntu, do: $ sudo apt-get install ruby1.9.3.

On the mac, install rvm (http://google.com/search?q=install+rvm) and the do: $ rvm install ruby-1.9.3

Install Xiki

Either install as a gem, or install from github.

Install from github

  $ git clone git://github.com/trogdoro/xiki.git
  $ cd xiki
  $ sudo gem install bundler   # <- no "sudo" if using rvm
  $ sudo bundle                # <- no "sudo" if using rvm
  $ sudo ruby etc/command/copy_xiki_command_to.rb /usr/bin/xiki

  # Or, if you're using rvm...
  $ ruby etc/command/copy_xiki_command_to.rb /usr/local/bin/xiki

Or, as a gem

Note: at the moment this will give you the old Xiki version. Use the "github" instructions.

  # This will work again soon, but currently use github
  $ gem install xiki --pre

Verify the 'xiki' shell command works

Close your current console window and open a new one. Then type...

  $ xiki

Troubleshooting

If you run "$ which xiki" and it doesn't show /usr/local/bin/xiki or /usr/local/xiki, delete the 'xiki' file it shows. (Normally it would be ignored but you probably have your gem bin dirs at the beginning of your PATH.)

Check the process log for error messages (/tmp/xiki_process.rb.output).

It should delay slightly the first time and be fast subsequent times. If you run into errors and then fix them, you'll want to run the "xiki stop" command. Use 'ps' to verify that the "xiki_process.rb" dies - manually kill it if not. Try opening a new shell console window when trying the "xiki" command after fixing things.

Bring up the Xiki web interface

  $ xiki web/start

Then follow the instructions you see (it tells you to go to http://localhost:8161). Under "Getting Started" it walks you through creating menus and trying them in the web interface, and then getting Xiki running in a text editor.

See the web log for trouble-shooting (/tmp/xiki_web.output).

Getting help

Join the google group for help with installing, or to chat about whatever or share your ideas:

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

Or tweet to @xiki.

xiki's People

Contributors

artagnon avatar dan-g avatar jc00ke avatar mkb avatar nightscape avatar pairing avatar trogdoro avatar usergenic avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.