Usage/Deployment Instructions
Step 1: Access the OPEN EMR from Azure Marketplace and click ON Get it now.

Step 2: Then click on continue.

Step 3: Now you can create a virtual machine by clicking on create button.

Step 4: In the Create a virtual machine, enter or select appropriate values for zone, machine type, resource group and so on as per your choice.






By clicking on Review + create your deployment will start.

Now to access the application:
Step 5: Use the browser to access the application at http://<instance ip address> replace <instance ip address> with the actual IP address of the running instance.

Step 6: Start with the configuration as shown below:

Step 7: For setting up MySQL database user do the following steps:
-
Do SSH into your instance.
-
Type the following commands:
Command: sudo su
Command: mysql –u root –p
Type in the password as: miri
-
Type the following commands to make a new database and user as per your choice:
Command: Create database <database name as you like>;
Command: CREATE USER '<username as you like>'@'localhost' IDENTIFIED BY '<password as you like>';
Command: GRANT ALL ON <database name>.* TO '<username>'@'localhost';
Command: FLUSH PRIVILEGES;
Command: exit;
NOTE: Please don’t forget to set the <database name as you like>, <username as you like> and <password as you like> in the above mentioned commands to run the product smoothly.
Step 8: Enter the details as you set in step 7:


Click continue and proceed further: -






Step 8: Fill in the details entered by you :

Enjoy your application:-
