Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 904 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 904 Bytes

Docker Stanbol Socket.io Server


This is a Docker image that installs Apache Stanbol with Socket.IO to provide an HTTP listener for you application with real-time content enhancements.

See it in action here: https://www.youtube.com/watch?v=ry0accNDhnc


Install:

  1. Make sure you have Docker and Docker Compose installed. On Ubuntu, run apt-get install docker-compose

  2. Clone the Apache Stanbol with Node.js Socket.IO Docker image files:

git clone https://github.com/Vardot/docker-stanbol-nodejs.git
  1. Run this command to run the container in the background:
docker-compose up -d
  1. Your Apache Stanbol Socket URL will be: http://MYHOSTNAME:8071. Put that in the module configuration.

Credit: