seitime-frappe/frappe/docs/user/zh/tutorial/start.md
Loocor c43d1fac59 frappe chinese document translation plan (#4689)
* [add] Chinese documents init.

* Videos chinese document translated

* Bench chinese documents translated half

* Bench chinese documents translated

* Fixed several mistakes for bench guides

* Frappé Tutorial chinese version in translation
2018-01-23 14:50:46 +05:30

1.1 KiB
Executable file

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 with :

Login ID: Administrator

Password : Use the password that was created during installation

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

Desk

As you can see, the Frappé basic system comes with several pre-loaded applications like To Do, File Manager etc. These apps can integrated in your app workflow as we progress.

{next}