Skip to content

CitoyensCapteurs/CitizenWatt-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CitizenWatt-docker

This is a docker image for CitizenWatt base visualization, for demo purposes. See https://github.com/CitoyensCapteurs/CitizenWatt-Base for more infos.

How to use this image

First, build the image:

docker build --tag citizenwatt .

Then, run the container:

docker run -t -i -p 8080:8080 citizenwatt

Note: You can add a -p 5432:5432 to the previous command line to expose PostgreSQL.

You can then head to http://localhost:8080 on your computer and you should see the CitizenWatt visualization.

About

Dockerfile to run CitizenWatt, based on Ubuntu 14.04 docker image.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published