Skip to content
Visualize your workflow
Branch: master
Clone or download
Latest commit c8f037b Apr 6, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
app first check if current dir is a structure, before trying subdirs Jan 27, 2019
bin only return specified data field if stored in vault Feb 1, 2019
editor
test
.eslintrc.json
.gitignore default nodepacks are now npm dependencies Jan 27, 2019
.npmignore prep tests Apr 5, 2018
CHANGELOG.md version bump Apr 6, 2019
CODE_OF_CONDUCT.md Added CODE_OF_CONDUCT.md Jul 29, 2018
LICENSE.md
README.md
child.js
config.json closes #53 Mar 12, 2018
index.js
nodemon.json
package.json
routes.js
xible.service

README.md

XIBLE

A visual programming language. Visit https://xible.io for more information.

npm

Installation

See the installation documentation for details.

Once you have Node.js installed;

  • On Linux run: sudo npm install xible -g
  • On Windows run: npm install xible -g

Start XIBLE

After installation is completed;

  1. xible server start
  2. Navigate to http://localhost:9600. Or replace "localhost" with the actual address of the machine where you installed XIBLE.

Automatically start XIBLE

To automatically start XIBLE on boot (requires a Linux installation);

  1. sudo xible service enable
  2. sudo xible service start to start it immediately.

Browser support

The browser based graphical editor which comes with XIBLE is currently only supported by the Google Chrome browser; versions 53 and up. Opera, which is based on the same engine as Chrome, is also supported starting from version 44.

Other browsers may work, but some editor functionality is unavailable if Shadow DOM v1 is not implemented. It will be possible to start, stop and delete flows, but deploying and saving is disabled. Also, the detail settings of nodes are not visible.

You can’t perform that action at this time.