]
Kylin Soong reassigned TEIID-4404:
----------------------------------
Assignee: Kylin Soong (was: Steven Hawkins)
Install CLI should pre-run before dist build
--------------------------------------------
Key: TEIID-4404
URL:
https://issues.jboss.org/browse/TEIID-4404
Project: Teiid
Issue Type: Feature Request
Affects Versions: 9.1
Reporter: Kylin Soong
Assignee: Kylin Soong
In teiid we have provide a server
dist(http://teiid.jboss.org/downloads/, With WildFly),
but it not install teiid in advanced, after download the dist, we have to execute
{code}
./bin/standalone.sh
./bin/jboss-cli.sh --connect --file=bin/scripts/teiid-standalone-mode-install.cli
./bin/domain.sh
./bin/jboss-cli.sh --connect --file=bin/scripts/teiid-domain-mode-install.cli
./bin/add-user.sh -a -u dashboardAdmin -p password1! -g admin
./bin/add-user.sh -a -u teiidUser -p password1! -g user
./bin/add-user.sh -a -u restUser -p password1! -g rest
./bin/add-user.sh -a -u odataUser -p password1! -g odata
./bin/add-user.sh admin password1!
{code}
However, in other JBoss product, like
infinispan(http://infinispan.org/download/), jbpm,
the server dist, download can run directly, do not need run any install cli.
So, I do wonder if we can do some adjustment that make teiid compatible with other jboss
product.
In addition, as [1], configure api depend on a server dist which can run directly, now,
it have to start teiid server manually.
[1]
https://github.com/teiid/wildfly-swarm-teiid/tree/master/config-api