Create an Account
Register a New Account
A user must login to gingervm to execute most of the commands. The login command is shown below.
To track ownership of the gingervm metadata and appraisals, users must log in to a gingervm identity to execute most of the commands. The login command is shown below.
gingervm login
If a user does not have an account then they may create a new account during the login process.
Create an Organization
The gingervm command line interface stores all data in a repository managed by Ginger
Cybersecurity. The data is required to appraise the integrity of the system.
All resources managed by Ginger Cybersecurity are managed under organizations. An organization must exist prior to building any virtual machine disk images. The command below shows how to create a new organization if one has not already been created. Substitute "My Organization" for your preferred organization name. If an organization already exists then skip this section.
gingervm organization create --name "My Organization"