`version` is obsolete

hello devs, I am I on the right truck ???

seeking for your guidance …

Its just a warning. No harm

1 Like

thanks bro, how come this is so???

any advice ?? cause i was still setting up the environment following this

docker-compose -f build.docker-compose.yml up -d --build

upon running the above command, i got something like this,

Restart your nginix by following that and we see what happens

I woudnt recomend using docker-compose -f build.docker-compose.yml up -d as it will build new images from scrach.

Use docker-compose -f dev.docker-compose.yml up -d to pull published images and run with mounted local artifacts
see Instructions

thanks dev, i have the following results after following the instructions

mvn

did you update and clone your submodules ??

git submodule update --init --recursive

yes sir, and this is what Im getting
git

after running git submodule update --init --recursive and cd to dataexport,

then running this mvn clean install -DskipTests, i come up with this

MAVEN is installed in you device ?? [ if you don’t have installed it ]

java 11 version is used by project [ if you don’t have that install it ]

Then run these steps again

1 Like

i have done some checkup, this is the outcome
javandmvn

nice now prooced with the steps

from main github page here

start running commands from step 2

here we go, after running the second command

ERROR : could not create parent directories

run ls -la in main project directory and send screenshot

alright, here we go

directory permission looks fine still once RUN ls -la not ls -ls

so sorry thought i had run la

still every permission look fine

so now reboot the machine and try

and hope it should work :rofl: