Skip to content
This repository has been archived by the owner on Apr 29, 2022. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
# Conflicts:
#	README.md
  • Loading branch information
jasonjoh committed May 24, 2016
2 parents 6c489b9 + 98e1097 commit ca89315
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Expand Up @@ -21,9 +21,11 @@ In order to run this sample, you will need the following:
1. Open your command prompt in the directory where the `package.json` file is installed and run `npm install`.
1. Run `gulp serve-static` to start a web server in the current directory.
1. In order for Outlook to load the add-in, the SSL certificate used by `gulp-webserver` must be trusted. Open your browser and go to `https://localhost:8443/AppRead/TaskPane/TaskPane.html`. If you are prompted that "there is a problem with this website's security certificate" (IE or Edge), or that "the site's security certificate is not trusted" (Chrome), you need to add the certificate to your trusted root certification authorities. If you continue to the page in the browser, most browsers allow you to view and install the certificate. Once you install and restart your browser, you should be able to browse to `https://localhost:8443/AppRead/TaskPane/TaskPane.html` with no errors.
1. Logon to your email account with a browser at either https://outlook.office365.com (for Office 365), or https://www.outlook.com (for Outlook.com). Click on the gear icon in the upper-right corner, then click **Manage add-ins**.
1. Logon to your email account with a browser at either https://outlook.office365.com (for Office 365), or https://www.outlook.com (for Outlook.com). Click on the gear icon in the upper-right corner, then click **Options**.

![The Manage add-ins menu item on https://www.outlook.com](https://raw.githubusercontent.com/jasonjoh/command-demo/master/readme-images/outlook-manage-addins.PNG)
![The Options menu item on https://www.outlook.com](https://raw.githubusercontent.com/jasonjoh/command-demo/master/readme-images/outlook-manage-addins.PNG)

1. In the left-hand navigation, expand **General**, then click **Manage add-ins**.

1. In the add-in list, click the **+** icon and choose **Add from a file**.

Expand Down Expand Up @@ -240,4 +242,4 @@ Copyright (c) 2015 Microsoft. All rights reserved.
----------
Connect with me on Twitter [@JasonJohMSFT](https://twitter.com/JasonJohMSFT)

Follow the [Outlook Dev Blog](http://blogs.msdn.com/b/exchangedev/)
Follow the [Outlook Dev Blog](http://blogs.msdn.com/b/exchangedev/)

0 comments on commit ca89315

Please sign in to comment.