Extract and open the extracted folder within Visual Studio Code
Ensure that the Azure App Service Extension is installed in Visual Studio Code
In the Azure Portal, browse to the resource group that was chosen as part of your deployment and find the “Azure Database for MySQL flexible server” resource
Select the “Connect” blade under the “Settings” section, and click “Download SSL Certificate”
Open Visual Studio Code and copy the downloaded certificate into the “/sites/default/documents/certificates” folder and rename it to “mysql-ca” with no file extension
Within Visual Studio Code, navigate to “/contrib/util/installScripts/InstallerAuto.php “ and comment out the “exit;” statement on line 78, then save the file
Select the Azure icon in Visual Studio Code. You may need to sign-in at this stage. Once you’ve signed in, expand the Azure Subscription and App Services and look for the App Service you created in Step 5.
15. Right click on the desired App Service, and click “Deploy to Web App”
Select the source folder you wish to deploy. By default this will be the current folder open in Visual Studio Code
Click “Deploy”
Open the output window to view the progress. This may take some time
Upon successful completion, browse back to the selected Resource Group, and select your App Service
Select “SSH” Under “Development Tools”, and click “Go ->”
Navigate to the installScripts folder using the command “cd site/wwwroot/contrib/util/installScripts"
Execute the command “php -f InstallerAuto.php server=<server-name> loginhost=% root=<username> rootpass=<password> login=<openemr-db-user> pass=<openemr-db-pass>” using the username noted in step 5 for “root” and password noted in step 5 for "rootpass" and a username and password of your choosing for “openemr-db-user “openemr-db-pass”. You may optionally include any of the parameters located on lines 84-102 of “installerAuto.php” if you wish to change any settings from their defaults. For a production installation, it is recommended to change any username and password settings from their default value.
You can obtain the server name by browsing to your resource group and clicking the Azure Database for MySQL flexible server resource and copying the “Server name” property
Execute the above command, it will take some time to complete. Once this command completes and returns to the command prompt, you may close the SSH browser tab to return back to your Azure Web App
Select the “Overview” blade and click the “URL” to browse to your site
If your install was successful, you will see the OpenEMR Login Screen. By default, the username is “admin” and password is “pass” unless these were changed when running the install command from step 22.
Congratulations! You have successfully installed OpenEMR on Azure!
Walkthrough Video Demonstration
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.