Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 902 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 902 Bytes

LiveTea

To start eventstore

docker run -d -p 2113:2113 -p 1113:1113 eventstore/eventstore:latest --insecure --run-projections=All --enable-external-tcp --enable-atom-pub-over-http --start-standard-projections=true

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Install Node.js dependencies with npm install inside the assets directory
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

Learn more