Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 763 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 763 Bytes

Cboard-Bootstrapp

Cboard is an augmentative and alternative communication (AAC) web application, allowing users with speech and language impairments (autism, cerebral palsy) to communicate by symbols and text-to-speech. This repo supports the CBoard front-end, providing backend functionality and persistence.

Docker bootstrap provides an easy way to manage the cboard container.

How to use it

To build the Bootstrapp image:

docker build -t cboard/cboard-bootstrap .

To start up the container:

docker run --rm -v /var/run/docker.sock:/var/run/docker.sock cboard/cboard-bootstrap up -d

To stop the container:

docker run --rm -v /var/run/docker.sock:/var/run/docker.sock cboard/cboard-bootstrap down