- Installs server setup for developing Alexa applications.
- Renames the server folder what you wish it to be called.
- Adds a sample application to test with.
- Generates required SSL certificates for your server (Required to get your application published)
- SSH into an Ubuntu server you wish to use. Navigate to the root.
cd /root
and grab this file 'git clone https://github.com/joecodecreations/alexa-automation-setup.git' - run
sh alexa-server-setup.sh
We'll handle the rest!