These instructions will guide you through setting up LucidLogging on your system.
To run LucidLogging, you need to have the following software installed:
- Docker: Install Docker
- Git: Install Git
Clone the LucidLogging repository:
git clone git@github.com:JayMaier/lucidlogging.git
cd lucidloggingEnsure you are in the lucidlogging directory.
docker build -t lucidlogging -f Dockerfile.arm .docker run -it --network host -v $(pwd)/jay_testing:/lucidlogging/jay_testing lucidloggingThis command runs the Docker container on the same network as the host and mounts the jay_testing directory into the container for seamless development.
To compile changes to the code, use the following command:
Try
makeif this doesn't work, then try
make jaytestingAny changes to the files in the jay_testing directory will be reflected inside the docker container as the volume will be mounted by the previous command.