Hello, could someone explain to me in more detail how to install on ubuntu stack v3, such as where are the files to modify and those things, really the documentation is very poor or I am very stupid, a video would be great, since I should not be the only one with this problem. thanks
hi @kapotik, happy to help if I can. Hereās a video about how to install The Things Stack using docker -> https://youtu.be/XgPSU4UkDuE
Soon, these videos will be embedded in the documentation - weāre working on that now
Do you mind sharing where you had trouble in the documentation? Iād like to try to make it as clear as possible. I guess youāre following the guide here? -> https://www.thethingsindustries.com/docs/getting-started/installation/
Hello, thank you very much for answering and for the video, I will try to install, if I do not come back for you, , I think the problem is that you assume that who is reading the guide is an expert in docker, and many Sometimes this is not the case, I have been using The Things Network for 3 years and after having carried out many successful projects, now I want to test your solution for private lorawan, but I do not use docker, I do not want or I can not start studying docker to install the V3 stack, and you are the only solution that gives for its installation, maybe if you had an option to do it by linux command line, I would not open this post, and yes, you will answer me that with docker it is easier, but they are leaving out all the people who do not use it.
In my opinion if the guide is only going to contain the installation with docker, it should be done step by step,
step 1, do this ā¦ and leave the command to copy paste in the console
step 2, do this ā¦ and leave the copy paste command in the console. etc etc.
So people like me could install it just by following the sequence. but hey, itās just my opinion, maybe there more people who use docker than I imagine.
I am also very grateful for all the work you do, thank you very much.
Sorry for my bad english, google is my friend!!
best regard
Nestor
hello, after
docker-compose pull
i get:
[3741] Error loading Python lib ā/tmp/_MEIClTRP0/libpython3.9.so.1.0ā: dlopen: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28ā not found (required by /tmp/_MEIClTRP0/libpython3.9.so.1.0)
Iām sure it has to do with the installation of docker compose, but after searching and trying many things from google nothing works
solved, reintall docker compose
new error, after:
docker-compose run --rm stack is-db init
Starting the-things-stack_redis_1 ā¦ error
Starting the-things-stack_cockroach_1 ā¦
ERROR: for the-things-stack_redis_1 Cannot start service redis: error while creating mount source Starting the-things-stack_cockroach_1 ā¦ error
ERROR: for the-things-stack_cockroach_1 Cannot start service cockroach: error while creating mount source path ā/the-things-stack/.env/data/cockroachā: mkdir /the-things-stack: read-only file system
ERROR: for redis Cannot start service redis: error while creating mount source path ā/the-things-stack/.env/data/redisā: mkdir /the-things-stack: read-only file system
ERROR: for cockroach Cannot start service cockroach: error while creating mount source path ā/the-things-stack/.env/data/cockroachā: mkdir /the-things-stack: read-only file system
ERROR: Encountered errors while bringing up the project.
solved: problem the HDD, replace HDD
I hear your pain, thereās always some tech that takes away the simple old-school solution. In theory, the docker scripts could be reworked to allow a command line install.
Moving on, Iāve come here, what should I do with this?
$ CONSOLE_SECRET="your-console-secret"
$ SERVER_ADDRESS="your-server-address"
I did the video as is:
root@ttn:/the-things-stack# docker-compose run --rm stack is-db create-oauth-client \
āid console
āname āConsoleā
āowner admin
āsecret āconsoleā
āredirect-uri āhttps://layka.ga/console/oauth/callbackā
āredirect-uri ā/console/oauth/callbackā
ālogout-redirect-uri āhttps://layka.ga/consoleā
ālogout-redirect-uri ā/consoleā
Starting the-things-stack_redis_1 ā¦ done
Starting the-things-stack_cockroach_1 ā¦ done
Creating the-things-stack_stack_run ā¦ done
INFO Connecting to Identity Server databaseā¦
INFO Updating OAuth clientā¦
INFO Updated OAuth client secret=console
INFO Setting owner rightsā¦
INFO Set owner rights
then:
docker-compose up
everything starts fine as in the video without errors, but when I access layka.ga I get this:
Please help!!!
I know Iām close to achieving it
SUCCESS!!!
I had an error in the ttn-lw-stack-docker.yml file, copy paste stuff, thank you very much for taking the time to make the video, I wouldnāt have done it without it, now letās try !!!
Awesome! Where was the error? Iām so sorry it took me a long time to respond, weāve been really busy with The Things Conference.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.