You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 25 Next »

Please mind that work in Ignite Web Control Center is in EA

Checkout branch ignite-843.

Deploy instructions may be found in DEVNOTES.txt

Unable to render Jira issues macro, execution error.

 

Specific frameworks:

  • Main SPA stack: HTML5 / LESS / JADE / AngularJS 1.3.x / Bootstrap 3.x
  • Auxiliary: jQuery 2.x / AngularJS UI 0.x
  • HTTP server: node.js (express.js)
  • Tools: npm, Lodash 2.x, Font-Awesome 4.x, Animate.css, ngTable,  AdminLTE 2.x

 

Install node.js locally.
Install Angular, LESS, Jade, node.js plugins into IDEA or use Webstorm.


Use LESS instead of CSS.

Use JADE template instead of HTML.

Web Console Agent

control-center-agent is a java application that allow to connect grid to web console. 

Agent accept following command line arguments:

 

  • -h, --help Print this help message
  • -c, --config Path to configuration file
  • -d, --driver-folder Path to folder with JDBC drivers, Default value: ./jdbc-drivers
  • -n, --node-uri URI for connect to Ignite REST server, Default value: http://localhost:8080
  • -s, --server-uri URI for connect to Ignite Web Console via web-socket protocol, Default value: wss://localhost:3001
  • -tm, --test-drive-metadata Start H2 database with sample tables in same process. JDBC URL for connecting to sample database: jdbc:h2:mem:test-drive-db -ts, --test-drive-sql Create cache and populate it with sample data for use in query 
  • -t, --token User's security token

 

Usage:

ignite-web-agent.sh -t 1a2b3c4d5f -s wss://console.example.com

 

Unable to render Jira issues macro, execution error.


  • No labels