Standalone deployment is ideal for development environments or small-scale production setups. This guide walks you through running Linqra components individually with their required backing services.
/usr/local/bin/docker compose -f docker-compose.yml -p Linqra up
For local development, we provide pre-configured JKS files (self-signed certificates).
For production deployments, you must generate your own certificates.
Note that we are not simply using ‘java -jar FileName.jar’ because SSL requires the truststore parameters to be provided on the command line. These parameters:
Now the last part. We need to start the web. Here is what we need to add:Assuming you are still at the root folder.
go to the web root folder
$ cd edge-service/Then run the web
$ sudo npm run devGo to the https://localhost:3000/If you see the “Your connection is not private” on the page, click the link “Proceed to localhost (unsafe)” to continue