-
Notifications
You must be signed in to change notification settings - Fork 879
Adding ASR
per1234 edited this page Sep 7, 2017
·
3 revisions
-
Install Lucida localling
- Refer to the Installing Local Lucida wiki
-
Start all servers
- Secure (HTTPS) to enable ASR:
$cd <top level project directory>
$make start_all_secure
- Follow the prompts to generate self-signed certs
- This will link the backend Flask server and Websocket to your self-signed certs (located at <top-level folder>/lucida/commandcenter/certs)
- When you go to http://<host IP addr>:3000, a screen is shown that says
Your connection is not private
since the site is connected to self-signed certs - Click
Advanced
followed byProceed to <hostname>
- Secure (HTTPS) to enable ASR: