Skip to content
per1234 edited this page Sep 7, 2017 · 3 revisions
  1. Install Lucida localling

  2. 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 by Proceed to <hostname>
Clone this wiki locally