mrblueblue / distillery-aws-example

An example application to go with the AWS guide in the Distillery documentation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Distillery AWS Example App

This application is intended to be used with the AWS guide in the Distillery documentation.

Running Locally

You need to have PostgreSQL installed locally. Adjust the configuration as needed.

  • mix do deps.get, compile
  • mix ecto.create
  • mix ecto.migrate
  • mix phx.server

You can then open the app at https://localhost:4000

License

This project is licensed under Apache 2

About

An example application to go with the AWS guide in the Distillery documentation

License:Apache License 2.0


Languages

Language:Elixir 45.0%Language:JavaScript 32.3%Language:Shell 9.8%Language:CSS 9.4%Language:HTML 2.3%Language:Makefile 1.1%