Open jgulysse opened 6 years ago
No! you just need to replace the localhost
part of cg_public_ip_port
by your server ip address in the configurate file gateway/config.py
Hello Thank you for your response.
I did put my IP address replacing localhost after that do I press enter ?
Or I use the screen command to create a new session window as mentioned in the GitHub procedure?
Thanks for your help
After the procedure mention to use Screen command to open another session
On Thu, Jul 12, 2018, 11:40 PM zhuofanxu, notifications@github.com wrote:
No! you just need to replace the localhost part of cg_public_ip_port by your server ip address in the configurate file gateway/config.py
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/trinity-project/trinity/issues/71#issuecomment-404716625, or mute the thread https://github.com/notifications/unsubscribe-auth/AidKQmysIy_Rs6Wb0WVKC8CqzlUZvmXJks5uGBaegaJpZM4VN3oW .
Hey,
I just signed the petition "Mme Valérie Plante - mairesse de Montréal: LA 5G À MONTRÉAL : UN G DE TROP !" and wanted to see if you could help by adding your name.
Our goal is to reach 25,000 signatures and we need more support. You can read more and sign the petition here:
Thanks! Jean-Garcia
Install Trinity Routing Node Gateway Open gateway configuration file
vi gateway/config.py Find'cg_public_ip_port = "localhost:8089"' and Put user’s public ip address at the localhost
eg:cg_public_ip_port = "8.8.8.8:8089"
My question is do I have to replace "8.8.8.8:8089" by my server IP adress in the command line?