1. Clone the workspace
From github clone or fork the workspace on your local machine.2. Change user Credentials
Go todocker-compose.yaml
file and change this two fields to create your admin user
3. Run A Docker Container
Run the following command in theterminal
.
This command automatically pulls all the necessary images for Litlyx.
docker
4.a Forward data to your local instance with script tag
Adddata-host
, add data-port
, add data-secure
and set up at true if is https, false if is http.
On the server, you need to open port 3000
for the dashboard instance and port 3099
(default) for forwarding visits and events.
The Producer service collects data and adds it to a queue for storage. By default, it uses port 3099, but you can choose a different port if needed.
4.b Forward data to your local instance using npm
Adddata-host
, add data-port
, add data-secure
and set up at true if is https, false if is http.
On the server, you need to open port 3000
for the dashboard instance and port 3099
(default) for forwarding visits and events.
The Producer service collects data and adds it to a queue for storage. By default, it uses port 3099, but you can choose a different port if needed.