Skip to content

Latest commit

 

History

History
45 lines (34 loc) · 971 Bytes

README.md

File metadata and controls

45 lines (34 loc) · 971 Bytes

Streamaze Full

1. Install Requirements

  • Elixir
  • Docker

2. Clone Repository

$ git clone --recurse-submodules https://github.com/ZaneH/streamaze-full.git
$ cd streamaze-full

3. Setup Database

$ docker compose up streamaze-db

# In a new terminal (so that the database is still running)
# run the following commands
$ cd streamaze-full/streamaze-api
$ source .env
$ mix deps.get
$ mix ecto.create
$ mix ecto.migrate
# After this, you should shutdown the database for now by
# pressing Ctrl+C in the terminal running streamaze-db

4. Run Streamaze

$ cd ..
$ docker compose up

5. Open Streamaze + Register