docdoku / docdoku-plm-docker

Docker configuration files for creating DocDokuPLM images
10 stars 12 forks source link

Problem while opening Browser #10

Open nikilmethew opened 5 years ago

nikilmethew commented 5 years ago

Platform: Ubuntu

OS Type: 64-bit

First Thanks for the docker.

When trying to launch the browser using the comment given in the Readme document which is

./platform-ctl browser dev

getting the following error

./platform-ctl: line 316: Opening: command not found

I have checked that line number in platform-ctl which has this command in that particular line

browser () {
    .
    .
    .
    if [ "$1" == "dev" ] ; then
        URL=https://docdokuplm.local:10081
    else
        URL=https://docdokuplm.local:10080
    fi

    $(${COMMAND} ${URL})  // this is the line number 316

}

Can you please let us know what might be the issue.

docdoku

Is this issue because of Ubuntu or is this from the docker.

Kindly guide me through the setup.

Thanks in Advance.

mguimard commented 5 years ago

Hi,

Regarding the browser command issue, can you please provide:

Regarding the other issue ./platform-ctl logs will help you to understand the error

nikilmethew commented 5 years ago

Hi Kindly find the details that you have requested for.

$(${COMMAND} ${URL}) echo -e " Current browser: ${BROWSER}"

./platform-ctl browser dev ./platform-ctl: line 316: Opening: command not found Current browser: