frappe / frappe_docs

[DEPRECATED] Frappe Framework Documentation. Please don't raise new contributions here.
https://frappeframework.com/docs
Other
44 stars 96 forks source link

VM instructions incorrect #95

Open jgwinner opened 3 years ago

jgwinner commented 3 years ago

The address of "Localhost:8080" or http://localhost:8000 is incorrect, and just times out.

Localhost is only accessible on the server; using "localhost" on the HOST machine will result in a timeout unless bench is installed locally. Localhost won't work on the VM without installing a web browser, and (wisely of course) the O/S is a minimal text only setup.

mDNS appears to be installed on the seeded VM, and the host name is ubuntu.

The nginx.config in the VM I downloaded today has a listen 80; statement, so from the HOST machine the correct URL would be:

"http://ubuntu"

    == John ==
jgwinner commented 3 years ago

Whoops, opened for the wrong product! This should be ERP_Next documentation.