Giter Club home page Giter Club logo

etherdraw-docker's Introduction

[Build Status] (https://travis-ci.org/anybox/etherdraw-docker)

Etherdraw docker image

Etherdraw is a collaborative real-time drawing / painting / sketching web based tool.

Docker images are hosted on [docker hub anybox/etherdraw] (https://hub.docker.com/r/anybox/etherdraw)

Those images are based on debian:jessie, builds are schedules with nightli.es and pushed to docker hub, this allow to keep track system updates.

following tags are used:

Save your works into postgresql database

We assume you already have an other docker container called pg_cluster running postgresql with an empty database called etherdraw.

Configure ~/etherdraw-settings.json file:

{
  //IP and port which etherpad should bind at
  "ip" : "0.0.0.0",
  "port" : 9002,

  //database type. You can choose between dirty, postgres, sqlite and mysql
  //You shouldn't use "dirty" for for anything else than testing or development
  "dbType" : "postgres",
  //the database specific settings
  "dbSettings" : {
    "user"    : "postgres", 
    "host"    : "dbhost", 
    "password": "",
    "database": "etherdraw"
  },
  /* The default selected tool - 'pencil', 'brush', 'select' */
  "tool": "brush"
}

To get futhers informations about setting file, refer to [etherdraw] (https://github.com/JohnMcLear/draw.git)

Then to run your container:

docker run -d -p 127.0.0.1:9002:9002 \
       --name etherdraw --link pg_cluster:dbhost \
       -v ~/etherdraw-settings.json:/srv/etherdraw/draw/settings.json \
       anybox/etherdraw:develop

etherdraw-docker's People

Contributors

fjouatte avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

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.