Giter VIP home page Giter VIP logo

voxxed-days-wallboard's Introduction

Voxxed Days Wallboard

A Wallboard application for Voxxed Days Luxembourg 2018.

Running the application

Using Docker

Create a new image:

$ docker build -t wallboard .
[...]

Run this image locally:

$ docker run -d --name wallboard-1 -p8000:80 wallboard
d9ccb2e7a899d5402876b5bb2bc71a468027f8cee66f6b59e6402b85b2592926

Result is:

yk@triton:~/Documents/voxxed-days-wallboard$ docker-ascii-map 
       +- bridge --------+
8000 ]-+ [✓] wallboard-1 |
       |     wallboard   |
       +-----------------+

Using docker-compose

A docker-compose configuration is provided for a simplified setup.

$ docker-compose up --build -d

The target infrastructure listens on host port 8080 by default:

$ $ docker-ascii-map 
         +- voxxeddayswallboard_default -+
  8080 ]-+ [✓] voxxeddayswallboard_web_1 |
         |     voxxeddayswallboard_web   |
         +-------------------------------+

The system can be shut down:

$ docker-compose down
Stopping voxxeddayswallboard_web_1 ... done
Removing voxxeddayswallboard_web_1 ... done
Removing network voxxeddayswallboard_default

voxxed-days-wallboard's People

Contributors

alcibiade avatar gcuisinier avatar

Watchers

James Cloos avatar

Forkers

zepag

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.