Açıklama Yok

theenglishway (time) 732b4591c5 Change user-agent in a hopeful move to circumvent Cloudflare's ban (?) 4 yıl önce
assets 5d962d0e90 Homogeneize usage of "area" instead of "zone" 4 yıl önce
config aa9d98abe4 Fix compilation warnings 4 yıl önce
lib 732b4591c5 Change user-agent in a hopeful move to circumvent Cloudflare's ban (?) 4 yıl önce
priv fdf211bdb1 Initial commit 4 yıl önce
test fdf211bdb1 Initial commit 4 yıl önce
.formatter.exs fdf211bdb1 Initial commit 4 yıl önce
.gitignore 5d659b4648 Ignore dets files 4 yıl önce
README.md 2a84cd665d Setup production release 4 yıl önce
location_store.json 34ca3fe239 Add a location 4 yıl önce
mix.exs 5f2fdae5df Add 'deploy' alias in mix 4 yıl önce
mix.lock a43cf3a948 Update dependencies 4 yıl önce

README.md

Vaccins

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Install Node.js dependencies with npm install inside the assets directory
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.

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

Production

Generate a secret key with : mix phx.gen.secret

Compile and make release with : MIX_ENV=prod SECRET_KEY_BASE=xxx mix release

Get external IP address and run production server : HOST_IP=xxx PORT=xxx _build/prod/rel/vaccins/bin/vaccins start