Няма описание

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

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