tckb / efa_monitor

EFA Monitoring system - a departure monitoring systems for all transportation services in Germany

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

THIS PROJECT IS NOT MAINTAINED HERE ANYMORE!

(EFA) Elektronische Fahrplanauskunft Monitor

An Elixir wrapper around the transportation services across Germany. This is an Elixir Umbrella application where the main "core" logic resides in dm_core application.

Production release

Phoenix Web frontend

Web frontend is added as a part of releases.

Assemble the artifact:

$ MIX_ENV=prod SECRET_KEY_BASE=<super_secret_key> PORT=<port> mix release web_frontend 

Release created at _build/prod/rel/web_frontend!

    # To start your system
    _build/prod/rel/web_frontend/bin/web_frontend start

Once the release is running:

    # To connect to it remotely
    _build/prod/rel/web_frontend/bin/web_frontend remote

    # To stop it gracefully (you may also send SIGINT/SIGTERM)
    _build/prod/rel/web_frontend/bin/web_frontend stop

To list all commands:

    _build/prod/rel/web_frontend/bin/web_frontend

Disclaimer

Unless specified otherwise, the License applies to all files in this repository.

About

EFA Monitoring system - a departure monitoring systems for all transportation services in Germany

License:GNU Affero General Public License v3.0


Languages

Language:Elixir 67.3%Language:CSS 19.4%Language:JavaScript 7.6%Language:HTML 4.7%Language:Shell 1.0%