/TP-No-Coverage

Broadband coverage is going to be, and may already be for some, the gold standard for what an emergency responder needs as a technology. Broadband connectivity allows for more complex and useful information to be conveyed so that emergency responders can carry out their daily duties more effectively. A problem arises in how to provide them with this technology everywhere and at all times. The solution is a deployable system, which in simple terms is a portable box that can provide broadband services to everyone on scene.

Primary LanguageJavaScript

Front-Ranger

On Ubuntu it will usually be easiest to build from the source repository:

$ sudo apt-get update
$ sudo apt-get install \
    apt-transport-https \
    ca-certificates \
    curl \
    gnupg-agent \
    software-properties-common
$ curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
$ sudo add-apt-repository \
   "deb [arch=amd64] https://download.docker.com/linux/ubuntu \
   $(lsb_release -cs) \
   stable"
$ sudo apt-get install docker-ce docker-ce-cli containerd.io
$ sudo curl -L "https://github.com/docker/compose/releases/download/1.25.5/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
$ sudo chmod +x /usr/local/bin/docker-compose
$ git clone https://github.com/juloaiza/TP-No-Coverage.git
$ cd TP-No-Coverage
$ sudo docker-compose up -d

For first time setup, internet connection and Docker CE are required.

Rebuild Container

$ docker-compose build
$ docker-compose up -d

Access

Open Chrome and go to http://localhost/

Slide Deck

https://docs.google.com/presentation/d/1DHU2eOPL8XYiqDPCtQgQ70I8Bm9JWTH4VWtO-kXESzY/edit#slide=id.p

Demo Video

https://youtu.be/Tlb997rviMI