Skip to content

Latest commit

 

History

History
50 lines (25 loc) · 1.55 KB

readme.md

File metadata and controls

50 lines (25 loc) · 1.55 KB

Running Gemini on Azure

Please follow the below instructions for running Gemini on Microsoft Azure.

If you have any problems please email SUPPORT AT COUNTERSOFT DOTCOM.

Create Custom Web Site

Create a custom web site within Azure.

Create Azure Website

Specify Website URL

Select which your URL you would like to use for your Gemini web application.

Create Azure Website

Ensure you also create a new SQL database with the connection string of Gemini.

Make sure you check the "Publish from source control" option!

Specify Database Settings

Select any database name and specify SQL credentials.

Create Azure Website

NOTE: Azure will automatically update the web.config file with the correct SQL credentials.

Source Control Integration

Select GitHub as your source control provider.

Create Azure Website

Clone/Fork This Repository

Simply fork this repository to your own GitHub account -- feel free to create a free account here and fork the repo (costs you nothing).

In Azure select your GitHub Gemini repository.

Create Azure Website

Verify

You should see within Azure your Gemini web app is created and ready.

Create Azure Website