/bisignal

Primary LanguageElixir

Bisignal

Requirements

Minimum software requirements

  • Linux (tested on Manjaro 17.2) or other UNIX-like OS
  • Elixir 1.5
  • Erlang/OTP 20
  • Phoenix Framework 1.3
  • BiSignal project dependencies

Installation

To run BiSignal on your machine:

Install Elixir

Install Phoenix Framework

Install Node.js (including NPM)

Install PostgreSQL

Enable PostGIS

To start your Phoenix server:

  • Install dependencies with mix deps.get (On Window, NMake is required and can be acquired by installing the package from here: http://landinghub.visualstudio.com/visual-cpp-build-tools)
  • Create and migrate your database with mix ecto.create && mix ecto.migrate
  • Install Node.js dependencies with cd assets && npm install
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.

Learn more