Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

MechaDragonX/Calendar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

30 Commits

Repository files navigation

Instructions to Run the Application on Windows using Visual Studio

  1. Download the Microsoft Axure Cosmos DB Emulator from this link
  2. Install the program
  3. Open Command Prompt
  4. Type in: "C:\Program Files\Azure Cosmos DB Emulator\Microsoft.Azure.Cosmos.Emulator.exe" /NoFirewall
  5. Wait for a desktop notification that says the program has completely launched.
  6. Once it has launched, open the system tray from the taskbar and right click on the Cosmos DB icon.
  7. Select Open Data Explorer
  8. There are four fields there labelled URI, Primary Key, Primary Connection String, and Mongo Connection String. Make sure to edit the following lines in ~\Calendar\Web.config in Visual Studio:
<add key="endpoint" value="Enter the URI value here"/>
<add key="authKey" value="Enter the Primary Key here"/>
  1. Save the file.
  2. In the Cosmos DB Data Explorer, click Explorer on the side bar.
  3. Create a new Databse and name it calendar.
  4. Create a new Collection and fill the following fields in the following manner:
  • Database id - Use existing, calendar
  • Collection id - events
  • Partition key - /Creator
  • and click Ok.
  1. Click the button in the top-center of the screen labelled IIS Express (<Defualt Broswer>).
  2. Please wait for the application to launch.

AltStyle によって変換されたページ (->オリジナル) /