-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
54 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,9 @@ | ||
# BitScoop Ops Buddy Demo | ||
|
||
This demo will show you how to set up your own copy of the BitScoop Ops Buddy demo. | ||
The app that is set up allows users to create an account through a web app using a Google account for signup. | ||
This application demonstrates the power and versatility of the [BitScoop](https://bitscoop.com) platform. | ||
Ops Buddy has two components: a web app and an Alexa Skill. | ||
The app allows users to create an account using a Google account for signup. | ||
In their Ops Buddy account, they can configure various services about which they want to retrieve information. | ||
The demo also sets up an Alexa skill. | ||
This skill, after being linked with the same Google account used to sign up for Ops Buddy, can be queried to retrieve up-to-date information about the services configured in the Ops Buddy account. | ||
The Alexa Skill, after being linked with the same Google account used to sign up for Ops Buddy, can be queried to retrieve up-to-date information about the services configured in the Ops Buddy account. | ||
|
||
We provide a public copy of this demo at opsbuddy.bitscoop.com, as well as a publicly-available Alexa skill called 'BitScoop Ops Buddy', if you want to see the demo in action without having to set up a copy of your own. | ||
Follow the final sections of steps 4 and 5 of the tutorial to create an Ops Buddy account, configure it, and then install and link the Alexa Skill. | ||
Please see the [tutorials](./tutorials) folder for instructions on configuring the skill on our publicly-hosted copy and/or setting up and configuring a copy of your own. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Ops Buddy Tutorials | ||
|
||
We provide a public copy of this demo at https://opsbuddy.bitscoop.com, as well as a publicly-available Alexa skill called 'BitScoop Ops Buddy', if you want to see the demo in action without having to set up a copy of your own. | ||
For instructions on how to set up and configure it, please read the instructions in the 'configure' directory. | ||
|
||
If you want to set up a copy for yourself, follow the instructions in the [setup](./setup) directory. | ||
When you are done, you will want to follow the [configure](./configure) instructions for your new instance. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Configure Ops Buddy | ||
|
||
### Set up and configure account | ||
Go to https://opsbuddy.bitscoop.com (the Invoke URL if you have set up your own copy). | ||
|
||
If you click the sign up button, you should be redirected to a prompt from Google authorizing the application that was created to have access to your public info. | ||
After authorization, you should be redirected back to the homepage, where you now have an account with the demo project. | ||
|
||
From here you can set the credentials and settings for the four services as well as create a Connection to Google for signing the Google Analytics calls. | ||
The Connection you create can be with a different Google account than you used to sign up for the Ops Buddy account, but it must have access to the Google Analytics data you want to retrieve. | ||
|
||
If you log out, then click log in, you should be automatically logged back in, though if you have more than one Google account you will have to click on the one you want to use for the login. | ||
|
||
### Install and link Alexa skill | ||
Search for the skill 'BitScoop Ops Buddy' and install it. | ||
(If you are running your own copy, [Sign in to an Alexa account](https://alexa.amazon.com) and then follow the Invite URL you received from the Beta Test page to install the beta version of your skill.) | ||
You should be taken to the page for that skill, but if not go to Skills, then click on 'Your Skills', then select the new skill. | ||
Click on Enable, then click on 'Link Account' when that appears. | ||
Sign in with the same Google account you used to sign up with the front-end app. | ||
If all has succeeded, you should see a page saying the skill was successfully linked. | ||
|
||
You should now be able to ask any Alexa device 'Ask Ops Buddy how's the stack doing' (for your own copy, replace 'Ops Buddy' with whatever you used for the invocation name), and it should return information from whatever services you enabled and configured properly in the front-end app. | ||
[EchoSim](https://echosim.io/) is a handy Alexa tester if you do not have another device available. |
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters