Skip to content
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

installation problem #26

Open
arberrrapi opened this issue May 19, 2021 · 3 comments
Open

installation problem #26

arberrrapi opened this issue May 19, 2021 · 3 comments

Comments

@arberrrapi
Copy link

Hello, i run the code with the server IP. dont have the domain yet. I will point it later.

The installation was successful apart ssl errors.

I open the ip on browsers on chrome says the SITE CANNOT BE REACHED.

I am new with docker and dont know how to initate the website.

I did run service nginx status it says the nginx.status could not be found
In the /var theres no html or www folder to see the wordpress file.

How do I start thee website?

@arberrrapi
Copy link
Author

checksum: file /etc/letsencrypt/live/XXX.XXX.XXX.XXX/fullchain.pem is not regular file
/etc/monit.d/check_nginx:21: Cannot compute a checksum for file /etc/letsencrypt/live/XXX.XXX.XXX.XXX/fullchain.pem ''/usr/sbin/nginx -s reload''
Starting Monit 5.26.0 daemon with http interface at [localhost]:2849
2021/05/19 10:24:39 [emerg] 1#1: cannot load certificate "/etc/letsencrypt/live/XXX.XXX.XXX.XXX/fullchain.pem": BIO_new_file() failed (SSL: error:02001002:system library:fopen:No such file or directory:fopen('/etc/letsencrypt/live/XXX.XXX.XXX.XXX/fullchain.pem','r') error:2006D080:BIO routines:BIO_new_file:no such file)
nginx: [emerg] cannot load certificate "/etc/letsencrypt/live/XXX.XXX.XXX.XXX/fullchain.pem": BIO_new_file() failed (SSL: error:02001002:system library:fopen:No such file or directory:fopen('/etc/letsencrypt/live/XXX.XXX.XXX.XXX/fullchain.pem','r') error:2006D080:BIO routines:BIO_new_file:no such file)

@arberrrapi
Copy link
Author

I guess its becuase of letsencrypt. How to disable letsencrypt.
I commentet the lines of letsencrypt from wordpress.yml.
Stop and restarted the services but still this error

@tspicer
Copy link
Contributor

tspicer commented May 19, 2021

Hi,

My suggestion is to follow the instructions exactly as provided. For example, it clearly states to make sure you have mapped a domain name prior to installation. The error clearly indicates that the values for DOMAIN were not set up correctly.

https://github.com/openbridge/wordpress#your-installer and https://github.com/openbridge/wordpress#why-do-i-need-to-setup-dns-or-a-domain-name

Also, this is using docker, so the internals is either mounted from the host or resident in the persisted docker volume. My suggestion is to follow the documentation as provided. If you want to poke around and learn more about the internals, read the referenced documentation for NGINX (https://github.com/openbridge/nginx) and PHP-FPM (https://github.com/openbridge/ob_php-fpm)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants