Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 833 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 833 Bytes

Crossroad-schematization web

This tool is an interactive web interface for crossroad-schematization, a python software that generates maps for blind people.

Howto install

Building the docker image:

  • Build the image with: docker build -t crschem .
  • Run the container with: docker run -dp 127.0.0.1:8888:8080 crschem

Using an existing image available on docker hub:

  • docker pull jmfavreau/crschem-web:latest
  • docker run -dp 127.0.0.1:8888:8080 jmfavreau/crschem-web

The application is now available on your browser at the following address: localhost:8888

Demo instance

A demo instance of this tool is available at the following address without stability garantee: https://crschem.jmfavreau.info/