Translations:Devops:Install OpenMRS SDK/36/nb
Setting up a new server...
Specify server id (-DserverId) (default: 'server'): openmrs-sdk
Give the server the name: openmrs-sdk
You can setup the following distributions: 1) Reference Application 2.x 2) Reference Application 3.x 3) Platform 4) Other... Which one do you choose? [1/2/3/4]: 2 Select option 2 “Reference Application 3.x”
Please choose a Reference Application 3.x version:
1) 3.3.0-SNAPSHOT 2) 3.2.1 3) 3.1.1 4) 3.0.0 Which one do you choose? [1/2/3/4]: 2
Note: Select 3.2.1. (choice 2). The choice number for 3.2.1 might change when the sdk is updated.
What port would you like your server to use? (default: '8080'):
press enter to answer yes to the default answer which is 8080
If you want to enable remote debugging by default when running the server,specify the port number here (e.g. 1044). Leave blank to disable debugging. (Do not do this on a production server) (default: 'no debugging'):
Press enter to select the default no-debugging response
Which database would you like to use?: 1) MySQL 5.6 and above (requires pre-installed MySQL 5.6 and above) 2) MySQL 8.4.1 and above in SDK docker container (requires pre-installed Docker) 3) Existing docker container (requires pre-installed Docker) 4) PostgreSQL 8.2 and above Which one do you choose? [1/2/3/4]: 1
Answer number 1 to select the correct database type.
The distribution requires a MySQL database. Please specify database uri (-DdbUri) (default: 'jdbc:mysql://localhost:3306/@DBNAME@'):
Press enter to accept suggested value
When asked to specify your database username, specify whatever you chose when setting up your MySQL installation (defaults to root). Please specify database username (-DdbUser) (default: 'root'):
Press enter to accept the default value root
You will be asked to enter the database password: Please specify database password (-DdbPassword):
Enter the password openmrs
Connected to the database.