Skip to content

Installation

Build the project

Clone the repository

git clone https://github.com/Enedis-OSS/TIC2WebSocket.git

Run the Maven build

cd TIC2WebSocket
mvn clean package

Verify generated artifacts

cd target
ls

You should see the generated deliverables, including TIC2WebSocket-VERSION-bin.zip or TIC2WebSocket-VERSION-bin.tar.gz.

Run the documentation locally

Go to the docs/ folder

cd docs

Start the documentation Docker services

docker-compose up --build

Open the documentation

http://localhost:8000

You should see the TIC2WebSocket documentation in your browser.