Installation Guide

Clicking Deploy to Azure button will bring you to Azure portal, where after filling a few of the properties you can get your OpenBoxes environment in a matter of minutes. It uses the Azure ARM template which is contained in openboxes-devops Github repo.

The Azure resources being provisioned by the deployment are shown on the diagram

Prerequisite:

Notes:

  • For simplicity reasons, at this point there is no Azure-managed MySQL instance being created - the MySQL server is running on the same VM where Open Boxes is.

Step-by-step instructions:

  1. Follow the video to create an account on Microsoft Azure:
    https://www.youtube.com/watch?v=t-SgKyWLxsc
  2. Click on theDeploy to Azure button.

3. This will bring you to the Microsoft Azure where you need to log in with your account.

4. Once you log-in you’ll see the the configuration screen. Look at each property's tooltip description to understand its purpose.

Some of the fields have sane defaults, which don’t need to be changed.

5. Fill in the parameters according to the tooltips description.
In Authentication Type field you can choose between Password and SSH Public Key authentication.
Password enables you to SSH into the Azure VM instance with user and password pair.

If you’d like to use SSH Public Key option, you’ll need to create and paste it in the text box. Follow the guide to create SSH keys:
https://docs.microsoft.com/en-us/azure/virtual-machines/linux/mac-create-ssh-keys

6. Once properties are filled in click on Review+create button. This will start validation of the config.

7. Once configuration is validated click on Create button.

8. That’s it! Deployment has started. You can see the progress of the deployment of the each Azure service that OB deployment uses.

9. Even once all of the listed operations are finished, the database migrations have to finish running. It will take a few minutes.

10. Once migrations and thus deployment is done, OpenBoxes will be available at the public DNS configured in previous screen.
e.g. pushbuttonobdemo.eastus.cloudapp.azure.com/openboxes

11. If you’d like to remove all of the resources created by the deployment you can delete each resource one-by-one or whole resource group containing these resources. Go to the Resource Group page you’ve chosen during the setup. Click on Delete resource group, fill in the name of the resource group to confirm. It will take a few seconds for removal to take effect.

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us