Developer Guide 2: Chat Basic Setup

I have performed all the steps listed to start a new site in the Developer Guide

frappe --use [sitename]
frappe --build
frappe --serve

The server is running as below but I am unable to see the login page on my browser. I have done all the setup as root on a CentOS 7 VM install.

[root@localhost sites]# frappe --serve mysite

  • Running on http://0.0.0.0:8000/
  • Restarting with reloader
    127.0.0.1 - - [12/Jan/2015 22:05:58] “GET / HTTP/1.1” 404 -
    127.0.0.1 - - [12/Jan/2015 22:05:58] “GET /favicon.ico HTTP/1.1” 404 -
    127.0.0.1 - - [12/Jan/2015 22:06:01] “GET / HTTP/1.1” 404 -

Curl localhost:8000 gave the following output. What could be the issue?

[root@localhost ~]# curl localhost:8000

404 Not Found

Not Found

The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.

[root@localhost ~]#

Did you complete Developer Guide 1. Sorry but guide 2 is not recently updated.

Yes I have Successfully Complete The “Developer Guide 1” But When i have start work in "Developer Guide 2 " I got this type of error…! But it’s ok…and thanx for your reply