Jon, No they are not provided as defaults anymore, the -p and -r params are needed. I updated the README but did not update the PR. Soon this UI will be installed as part of the MPack so defaults won't matter after that.
Ryan On Tue, Apr 11, 2017 at 2:44 PM, zeo...@gmail.com <zeo...@gmail.com> wrote: > The instructions that Ryan gave at the top of the PR are working for me. > Namely: > > scp ./metron-interface/metron-rest/target/metron-rest-0.3.1-archive.tar.gz > root@node1:/usr/metron/0.3.1/ > ssh root@node1 > cd /usr/metron/0.3.1/ > tar -xf metron-rest-0.3.1-archive.tar.gz > java -jar ./lib/metron-rest-0.3.1.jar > --spring.profiles.active=vagrant,dev --server.port=8082 > > > and > > > scp ./metron-interface/metron-config/target/metron-config-0. > 3.1-archive.tar.gz > root@node1:/usr/metron/0.3.1/ > ssh root@node1 > cd /usr/metron/0.3.1/ > tar -xf metron-config-0.3.1-archive.tar.gz > yum install -y npm > npm install npm@3.8.9 -g > export METRON_REST_URL=http://node1:8082 > ./bin/start_management_ui.sh > > I had to make sure to specify "-p 4200 -r http://node1:8082" to > server.js > > > > > > Question: Ryan, is it supposed to provide those by default as a part of > bin/start_management_ui.sh > <https://github.com/apache/incubator-metron/blob/master/ > metron-interface/metron-config/scripts/start_management_ui.sh> > ? > > Jon > > On Tue, Apr 11, 2017 at 12:46 PM Ryan Merriman <merrim...@gmail.com> > wrote: > > > That PR was merged this morning. Do a pull and you should see it in > > master. > > > > On Tue, Apr 11, 2017 at 11:44 AM, moshe jarusalem <tuu...@gmail.com> > > wrote: > > > > > Hi All, > > > Am I missing something basic ? or something other? Would you promptly > > > redirect to a doc ? > > > > > > On Tue, Apr 11, 2017 at 4:08 PM, moshe jarusalem <tuu...@gmail.com> > > wrote: > > > > > > > Hi All, > > > > I am trying to install metron UI mentioned at the following link > > > > > > > > https://github.com/apache/incubator-metron/pull/489# > > > > discussion_r109166246 > > > > > > > > but the metron-config project is not available at the repository. > > > > > > > > Regards, > > > > > > > > > > -- > > Jon >