Skip to content

achariam/elyxel

Repository files navigation

Elyxel

Elyxel is a space to gather and share stories.

Info

This code base serves as an example of a fully functional Elixir and Phoenix application running on a small production server. For more extensive details please read about the build process here.

Local Setup

Migrate and seed the database

  • Exec into running docker container docker exec -it elyxel_web_1 /bin/bash
  • mix ecto.setup

Running Tests

  • Exec into running docker container docker exec -it elyxel_web_1 /bin/bash
  • mix test
  • OR docker-compose run --rm web mix test

Production

  • This depends on your setup but for Elyxel simple deployment is handled by the automata script.