The -r option shouldn't be that sensitive. Separate host and port
properties would be better.

On Tue, Apr 11, 2017 at 4:04 PM, Laurens Vets <laur...@daemon.be> wrote:

> On 2017-04-11 12:44, zeo...@gmail.com wrote:
> <snip>
>
>    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
>>
>
> FYI, if you use "-r node1:8082" instead of "-r http://node1:8082";, you
> can't login. I had to find that out the hard way.
>
> <snip>
>

Reply via email to