-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[INSTALL.MD][HELP NEEDED] #295
Comments
Hi Fernando, I can help you at least with clearing up the local Postgres/Docker portion of your environment variables documentation, and perhaps others may jump in to assist: POSTGRES_HOST: The container running Postgres. This variable should be changed to the Postgres container name. In our case, the default value is "postgres". The default container name can be changed from the Docker-Compose file (local.yml) found in the root project directory. POSTGRES_PORT: 5432 is the default port for Postgres. This port number is defined for the "postgres" service within the Docker-Compose file (root/local.yml). POSTGRES_DB: Default database name. "roundabout" is the default here. This variable will configure the database name within the Postgres container. |
Thanks for the reply. So basically, I am guessing those default values don't need to be modified and they should work fine... What do you think about having this file available (install.md or contributing.md)? Do you think that would be useful for people? Let me know because then I can improve the file with people's help and perhaps make a pull request? Cheers |
Hey Fernando, Yeah exactly, you can, but don't have to, modify the default environment values while working locally. Including links to install and contributing markdown files in the readme might be useful! Cheers, Mario |
Hi Mario and all Hope all is well with you. I am still trying to install this software. I tried everything again using an ubuntu machine this time. Could you tell me what is the I ran This is what I am trying to resolve on my Nginx: Cheers |
Hey Fernando, Since the nginx.conf contains proxy_pass references to the front-end already, your default sites-available file shouldn't need to contain reference to any specific container. If your nginx container is running on port 80, then any request to localhost, or the public IP of the running VM, from a web browser should resolve to the front-end container. An error should populate in the console or in the window otherwise. I may be misunderstanding your question as well, so let me know of any details I may have missed! Cheers, Mario |
Just for your reference, this is what I have so far: I was able to active nginx , see below on my
docker is also up and running
I can access the default localhost:8080 webpage but not hot-roundabout.com or www.hot-roundabout.com. By the way, my my firewall is allowing 80/tcp; 443/tcp; Ngix Full 80/tcp (v6); 443/tcp(v6); Ngix Full (v6) I also tried to restart docker with a link of my this is my
I also tried `127.0.0.1 localhost hot-roundabout.com' |
Hi Mario, I can't believe it but I was running That explains so many things but I am still having issues with that proxy_pass configuration.
|
Hey @fcarvalhopacheco I think you're really close. It looks like the error is referencing an nginx.conf file located at /sites-available. I believe that conf file should live at |
HI Mario, Thanks for the answer. I am still lost with this ooicgsn-roundabout nginx.conf.template . This is very different from what other tutorials recommend to use on /etc/nginx/nginx.conf. Please see here https://www.nginx.com/resources/wiki/start/topics/examples/full/ or here See the error that I am getting using the ooicgsn-roundabout nginx.conf.template in the folder /etc/nginx . It doesn't even like the server{ .... } on it that starts on line 2?
I tried to combine both files, your template and the default from nginx but the errors always come back to the proxy_pass!
|
Hi all.
Sorry for the lack of knowledge but I'm trying to create a step-by-step installation guide to help me and maybe other users to install the software. The installation roadmap is still unclear to me. However, I think I am really close to run the software
Please see my guide below and let me know if you can help me. That would be much appreciated.
INSTALL.MD guide for Roundabout DB Application
Follow instructions here
Check if docker and docker-compose are installed, by typing the following in your terminal
Fork this repository to you github account
Clone your forked repository to your local machine by typing:
for now :
Also please see my docker running :
The text was updated successfully, but these errors were encountered: