You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

In some cases, clients will need to spin up multiple servers simultaneously and often. When this is the case there is a need to accept the EULA in a quick, automated way. Otherwise you would have to log into each GUI and accept the EULA for each module one by one over and over each time a new server is created. Thankfully we have a handy way using the patch_config script to automate EULA acceptance.

Step-by-step guide

First

  1. List the license to get the syntax for the script we will be running later in the instructions. Do this by opening a terminal and running the following command:

    /usr/local/omk/bin/patch_config.exe -r /usr/local/omk/conf/opLicense.json /eula/
    Once this command is ran, you should have an output similar to the image below:

           

If you need to see the versions of the modules that you have installed you can run the command /usr/local/omk/bin/show_versions.pl to see the current installed versions.





  • No labels