#
Running Module Activator
Once you have updated all the necessary files within the module-activation
folder, you need to execute the openit_moduleactivator
binary. This will ensure that the corresponding scheduler files are updated and properly synchronized with the latest changes.
Open a command prompt with Administrator level privileges.
Go to the bin directory, which is by default in
C:\Program Files\OpeniT\Core\bin
, run the command:Command Syntaxcd $BIN_DIR
Examplecd C:\Program Files\OpeniT\Core\bin
Run the command:
Command Syntaxopenit_moduleactivator
This will trigger the update process, allowing the system to recognize your modifications and apply them accordingly.
Make sure there are no errors encountered after running the command.
Go to the bin directory, which is by default in
/opt/openit/bin
, run the command:Example: Command Syntaxcd /opt/openit/bin
Run the command:
Command Syntax./openit_moduleactivator
This will trigger the update process, allowing the system to recognize your modifications and apply them accordingly.
Make sure there are no errors encountered after running the command.