You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to to follow the installation guide on the wiki page, however these information are not clear:
as if i try, just after cloning the repo, to run the point "3. sudo bash ./install-lint.sh" it says that it cannot find the file in the repo (as the file is not there).
The text was updated successfully, but these errors were encountered:
I took some notes to help the next person who comes across this (or in case the dev wants to update it).
As mentioned, install-lint.sh does not exist in the repo. Unless it gets added later, this should be skipped.
cd ADL_LRS/docker would be cd docker except that everything is run from the root directory. It should be omitted entirely.
install-reqs assumes a Debian based Linux system. There are some other minor issues even then such as installing curl twice instead of git and mixing apt with apt-get, but I would replace this with a check that they exist instead.
init-ssl.sh localhost should not be run with sudo. It should probably also check for an argument or fail without one.
docker-compose should be updated to docker compose and removed from install-reqs.sh if it is updated.
I am trying to to follow the installation guide on the wiki page, however these information are not clear:
as if i try, just after cloning the repo, to run the point "3. sudo bash ./install-lint.sh" it says that it cannot find the file in the repo (as the file is not there).
The text was updated successfully, but these errors were encountered: