Elyxel is a space to gather and share stories.
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.
- Install Docker
docker-compose build web
docker-compose up
- Visit http://elyxel.localhost:8000
- Exec into running docker container
docker exec -it elyxel_web_1 /bin/bash
mix ecto.setup
- Exec into running docker container
docker exec -it elyxel_web_1 /bin/bash
mix test
- OR
docker-compose run --rm web mix test
- This depends on your setup but for Elyxel simple deployment is handled by the
automata
script.