Skip to content

tattle-made/archive-annotation

Repository files navigation

Archive Annotation

To start Archive Annotation:

  • Run docker compose up to start the database
  • Run mix setup to install and setup dependencies
  • Start Phoenix endpoint with mix phx.server or inside IEx with iex -S mix phx.server

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

Steps to Build and Test Production Docker Image Locally

  1. Create a file called env.prod and add all the enivorment variables listed in the env.test file.
  2. In the config/runtime.exs file, change the Endpoint scheme from https to http on this line
  3. Start the database and build the docker image via the docker-compose.prod.yml file. Run:
docker-compose -f docker-compose.prod.yml up
  1. You will now be able to access the site at localhost:4000 from your browser.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages