You can create a new company for production deployment or a test company that you can use
to test your installation and initial login to Product Master.
About this task
Create a company.Attention: Perform the following procedure only if you want to
create a new company.
Procedure
- Access the productmaster-admin-<container-name> pod.
oc rsh productmaster-admin-<container-name>
- Load the environment variables using the following command.
source /home/default/.bash_profile
- Run the script create_cmp.sh from the
$TOP/bin/db/ directory to create a company.
nohup ./create_cmp.sh --code=<company_name> --silent &
Where,
- -code
- Specifies the name of the company. This is a mandatory parameter.
- Check the company creation status by running the following command.
The username is Admin with password as trinitron.