seitime-frappe/frappe/docs/user/tutorial/start.md
2015-12-07 11:45:13 +05:30

1.1 KiB

Starting the Bench

Now we can login and check if everything works.

To start the development server, run bench start

$ bench start
13:58:51 web.1        | started with pid 22135
13:58:51 worker.1     | started with pid 22136
13:58:51 workerbeat.1 | started with pid 22137
13:58:52 web.1        |  * Running on http://0.0.0.0:8000/
13:58:52 web.1        |  * Restarting with reloader
13:58:52 workerbeat.1 | [2014-09-17 13:58:52,343: INFO/MainProcess] beat: Starting...

You can now open your browser and go to http://localhost:8000. You should see this login page if all goes well:

Login Screen

Now login as the default user "Administrator"

Login ID: Administrator Password: admin

When you login, you should see the "Desk" home page

Desk

As you can see, the Frappe basic system comes with a bunch of pre-loaded applications and screens like To Do, Calendar etc. These apps can integrated in your app workflow as we progress.

{next}