Sin descripción

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

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