This repository was archived by the owner on Dec 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 401
Installation
René Kliment edited this page Oct 26, 2016
·
18 revisions
First you need to obtain a set of credentials from Amazon to use the Alexa Voice service. Make a note of these credentials as you will be asked for them during the install process.
- Login at https://developer.amazon.com and go to
ALEXA, thenAlexa Voice Service. -
Register a Product Type>Device. - You are at
Device Type Infoleft tab.- For the
Device Type IDandDisplay Nameuse something like AlexaPi or whatever you want. Next
- For the
- You are at
Security Profileleft tab.- From the drop-down menu choose
Create a new profile. - Choose whatever for
Security Profile NameandSecurity Profile Description. HitNext. - Under
Web Settingshorizontal tab hitEditand:-
Allowed Origins- put therehttp://localhost:5050andhttp://ALEXA.DEVICE.IP.ADDRESS:5050 -
Allowed Return URLsputhttp://localhost:5050/codeandhttp://ALEXA.DEVICE.IP.ADDRESS:5050/code. You have to replaceALEXA.DEVICE.IP.ADDRESSwith the IP (for example 192.168.1.123) of your AlexaPi device (for example Raspberry Pi). This is especially necessary when you are installing from another computer than AlexaPi is gonna run on.
-
- From the drop-down menu choose
- Fill some of the other stuff in.
-
Boot your PC and login to a command prompt.
-
Make sure you are in
/optby issuingcd /opt -
Clone this repo
sudo git clone https://github.com/alexa-pi/AlexaPi.git -
Run the setup script
sudo ./AlexaPi/src/scripts/setup.sh
Follow instructions...
Enjoy :)