This site can’t be reached New github install

I have a new install but I cant seem to get the website to come up. THis is a fresh install with my domain pointed to the server. I have tried to reset nginx and reload it. deleted the current sites. Changed the domain name. What do people think can fix this. I have done what I thought was everything.

Just list options that can be done because someone out there also has this issue Im sure.

Did you install to your own hardware or to a cloud service?
Did you try using either: localhost:8080 or the.ip.of.the.server:8080 if on your own hardware and network?
If your bench commands are working, try: bench setup nginx

My own hardware. Yes, and the domain associated with it. Yes I did do bench setup nginx.

Are you trying to access the site on the computer that it is running on or across a network? bench-restart doesn’t produce any errors?

I reinstalled it. Same thing. bench-restart has

 bench-restart: command not found

Now if I do a add-domain.

bench setup add-domain test.data.xyz z
/usr/lib/python2.7/site-packages/requests/init.py:91: RequestsDependencyWarn ing: urllib3 (1.24.2) or chardet (2.2.1) doesn’t match a supported version!
RequestsDependencyWarning)
Site: test.data.xyz
Traceback (most recent call last):
File “/usr/bin/bench”, line 11, in
load_entry_point(‘bench’, ‘console_scripts’, ‘bench’)()
File “/home/frappe/.bench/bench/cli.py”, line 40, in cli
bench_command()
File “/usr/lib/python2.7/site-packages/click/core.py”, line 764, in call
return self.main(*args, **kwargs)
File “/usr/lib/python2.7/site-packages/click/core.py”, line 717, in main
rv = self.invoke(ctx)
File “/usr/lib/python2.7/site-packages/click/core.py”, line 1137, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File “/usr/lib/python2.7/site-packages/click/core.py”, line 1137, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File “/usr/lib/python2.7/site-packages/click/core.py”, line 956, in invoke
return ctx.invoke(self.callback, **ctx.params)
File “/usr/lib/python2.7/site-packages/click/core.py”, line 555, in invoke
return callback(*args, **kwargs)
File “/home/frappe/.bench/bench/commands/setup.py”, line 238, in add_domain
add_domain(site, domain, ssl_certificate, ssl_certificate_key, bench_path=‘. ‘)
File “/home/frappe/.bench/bench/config/site_config.py”, line 57, in add_domain
update_site_config(site, { “domains”: domains }, bench_path=bench_path)
File “/home/frappe/.bench/bench/config/site_config.py”, line 21, in update_sit e_config
put_site_config(site, config, bench_path=bench_path)
File “/home/frappe/.bench/bench/config/site_config.py”, line 15, in put_site_c onfig
with open(config_path, ‘w’) as f:
IOError: [Errno 2] No such file or directory: u’./sites/test.data.xyz/site_conf ig.json’

I have done the bench restart and the nginx setup and all of that.

This is centos 7 8gb of ram 4 cores

Since It was centos 7. I found the alternative install for the python tools. This is the easy install

try: bench restart , no -

Ok this is a centos issue.

I installed it on ubuntu 16 and it was up and running as soon as it installed.