Skip to content

nkap00r/saiku

 
 

Repository files navigation

SAIKU

Issue Tracker: http:https://jira.meteorite.bi

Usage: ./saiku build <all | project> Builds all or an individual saiku project

Example:
saiku build all

Others:
saiku build < all | ui | server | webapp | bi-platform-plugin >

Usage: ./saiku run package can be:

	server <start|stop>
		starts or stops the server, according to the argument

	ui [port] [backend_host] [backend_port]
		Executes node saiku-ui/server.js [port] [backend_host] [backend_port]
		Default is:
			node server.js 8080 dev.analytical-labs.com 80