Sign inSign up

sroze/tolerance-viewer-api

By sroze

Updated over 10 years ago

Tolerance Viewer API https://github.com/Tolerance/Viewer

Image
0

1.1K

sroze/tolerance-viewer-api repository overview

Tolerance Viewer API

This Symfony application exposes the message profiles through an HTTP API to the Viewer user interface.

Docker

You can run the API using the sroze/tolerance-viewer-api Docker image.

docker run -d \
    -e NEO4J_HOST=neo4j.docker \
    -e NEO4J_PORT=7474 \
    -e NEO4J_USERNAME=neo4j \
    -e NEO4J_PASSWORD=samuel \
    sroze/tolerance-viewer-api

Contributing

Like any Symfony application, you first need to install the dependencies using Composer:

composer install

Tag summary

Content type

Image

Digest

Size

233.6 MB

Last updated

over 10 years ago

docker pull sroze/tolerance-viewer-api