Skip to content

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

License

Notifications You must be signed in to change notification settings

komlanvi/distillery-aws-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Elixir 39.8%
  • JavaScript 35.4%
  • Shell 10.8%
  • CSS 10.3%
  • HTML 2.5%
  • Makefile 1.2%