Metadata
- Source
- FLUID-5704
- Type
- Bug
- Priority
- Major
- Status
- Closed
- Resolution
- Fixed
- Assignee
- N/A
- Reporter
- Cindy Li
- Created
2015-07-08T11:05:52.411-0400 - Updated
2015-07-13T15:35:52.073-0400 - Versions
- N/A
- Fixed Versions
- N/A
- Component
-
- Infrastructure
- Website
Description
Following README.txt to set up DocPad locally, after running all steps in "Build with DocPad" section, accessing http://localhost:9778/ in a browser gives "Server not found" error.
The output at running the second last step "docpad run --env static" shows this message:
"DocPad listening to http://0.0.0.0:9778/"
The DocPad seems listening to the host 0.0.0.0 instead of localhost. Accessing http://0.0.0.0:9778/ throws "Unable to connect" error.
Note: The work for doc-base repo at this moment is still in progress as a Jonathan's personal repo: https://github.com/jhung/doc-base/
Comments
-
Jonathan Hung commented
2015-07-13T11:48:09.586-0400 For now I have updated the README to not use localhost. Instead the readme now states to generate the content statically and load the index.html file directly in a browser from the file system.
See: https://github.com/jhung/doc-base-start/blob/FLUID-5692/README.md