seitime-frappe/frappe/docs/user/pt/tutorial/start.md
Douglas da Costa Pinheiro 769181ba34 Tutorial portuguese (#2125)
* add portugues opition on index

* add portugues folder

* translate app.md

* translate before.md

* translate title of app and before

* translate bench.md

* translate conclusion

* translate new-app.md

* translate setting-up-the-site.md

* translate start.md

* translate models.md

* translate roles.md

* translate doctypes.md

* translate naming-and-liking.md

* translate doctype-directory-structure.md

* translate users-and-records.md

* translate page form-client-scripting.md

* translate page controllers.md

* translate page reports.md

* translate page web-views.md

* translate page single-doctypes.md

* translate page taks-runner.md

* translate change cargo to role
2016-10-05 14:16:27 +05:30

1.2 KiB
Executable file

Iniciando o Bench

Agora podemos logar e verificar se tudo funcionou.

Para iniciar o servidor de desenvolvimento, digite 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...

Agora você pode abrir o seu navegador e ir para http://localhost:8000. Você deve ver esta página de login, se tudo correu bem:

Login Screen

Agora logue com :

Login ID: Administrator

Senha : Use a senha que foi criada durante a instalação

Quando voce logar, voce deverá ver o "Desk" da pagine home

Desk

Como você pode ver, o básico do sistema Frappe vem com vários aplicativos pré-carregados como coisas a fazer, o Gerenciador de arquivos etc. Esses aplicativos podem ser integrados no fluxo de trabalho do app à medida que progredimos.

{next}