Skip to content

An event management platform with ticket sales

License

Notifications You must be signed in to change notification settings

datasektionen/tiki

Repository files navigation

Tiki

Setup (Docker)

This is the easiest way to get the project up and running. You will need to have Docker and Docker Compose installed on your machine. Simply run:

docker-compose up

Setup (Local)

To start your Phoenix server:

  • Run mix setup to install and setup dependencies
  • Start Phoenix endpoint with mix phx.server or inside IEx with iex -S mix phx.server

Now you can visit localhost:4000 from your browser.

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

Learn more