heroku drains:add https://USER:PASSWORD@HOST/logplex/new -a clio-deploy-name-on-heroku
Clio currrently just displays this information via websockets on the page at "/".
To start your Phoenix app:
- Install dependencies with
mix deps.get
- Create and migrate your database with
mix ecto.create && mix ecto.migrate
- Start Phoenix endpoint with
mix phoenix.server
Note:
Heroku does not conform to RFC5424 per their docs. Structured-data is left out of the spec and not replaced with a nil value.
Now you can visit localhost:4000
from your browser.