Running the License Server
The license server supports the following sub-commands:
- migrate
-
Must be run before the server is started the first time, and after updates.
- serve
-
Start the license server
tgss-lms serve --hostname 0.0.0.0 --port 8080
- reset-admin-password
-
Reset an administrator password.
| Introduced in tgss-lms v1.1. |
TGSS_ADMIN_PASSWORD='new-password' tgss-lms reset-admin-password --password-env TGSS_ADMIN_PASSWORD
By default this resets the admin user.
Use --username <username> to reset a different administrator.
- version
-
Print version and build information.
| Introduced in tgss-lms v1.1. |
tgss-lms version
| Clocks of the server and the clients must be synchronized. Note that a small time deviation is tolerated. |