- Basic Edition (BE)
- Standard Edition (SE)
- Multiprocessor Edition (MP)
To learn more about Stata, see Stata features, Stata benefits, and compare versions of Stata.
Get data from license file
To use a Stata workspace in Domino you must have a valid Stata license file. The license from Stata comes in a PDF file. You need the following data from this file:-
Licensed software version (either
MP,SE, orBE) - Serial number (12-digit number)
- Code (series of nine 4-character codes)
- Authorization (4-character code)
Create a license file
- Open the Stata Environment in Domino.
- Right-click the background and go to applications > shells > bash.
-
Go to the Stata program directory:
-
As superuser, run the Stata init program:
- Follow the prompts to enter the serial number, code, and authorization.
-
Follow the additional prompts to enter the organization name and location.
These values are not validated and can be your company name and headquarters location.
stata.lic in the stata directory. Copy the contents of this file to a safe location.
Create Environment
-
When you create a Domino workspace Environment for Stata, use the following custom base image:
-
Update the Dockerfile instructions with the following Docker commands.
Ensure the
STATA_VERSIONmatches the customers’ licensed version. The version must beMP,SE, orBE. -
Paste the following code into the Environments pluggable workspace properties.
See the following for more resources: