Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Table of Contents
Table of Contents
outlinetrue


Info
titleTip:

Also check out the Usage tips.


A command fails on permission issues

Simple fix: prepend the command with 'sudo', this runs it with root permissions. Do note that this is less secure.

Info
titleTip!

You can execute the previous command with sudo rights using 'sudo !!'


Cross origin requests

The server needs to accept Cross origin requests. Nginx usually has problems with OPTIONS request which is used by AngularUI router. As a workaround we use this in the microservice virtual host file:

...

For safety reasons the ADMIN_PASSWORD, used for creating the admin accounts in oms-core cannot be equal to the default value of '1234' when running the deploy.sh script. Changing this in the `oms-core.env` file should fix it.

oms_setup.sh - Error code 10

Something went wrong while building a container, see the log output to see which container failed to built.

oms_setup.sh - Error code 11

Something went wrong while tagging a container, see the log output to see which container failed to be tagged.

oms_setup.sh -Error code 12

Something went wrong while pushing a container, see the log output to see which container failed to be pushed.