hexojs / hexo-server

Server module for Hexo.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hexo Server does not work in Cloud 9

zachgoll opened this issue · comments

Just logging this issue for those who run into the problem in the future.

To run hexo server with Cloud9 workspace, you need to use port 8080 rather than the default port.

hexo server --port 8080

UPDATE:

Cloud9 is now merged with AWS Cloud9, and it's not quite as easy to get hexo server running. Follow instructions from this page. Usually it has to do with a blocked port (i.e. port 8080 is not an open inbound)