0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-29 17:36:49 +01:00
wagtail/docs/editor_manual/getting_started.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
919 B
Markdown
Raw Normal View History

# Getting started
## The Wagtail demo site
2022-09-08 09:41:18 +02:00
The examples in this document are based on [our bakery demo site](https://github.com/wagtail/bakerydemo). However, the instructions are general enough as to be applicable to any Wagtail site.
For the purposes of this documentation we will be using the URL, **www.example.com**, to represent the root (homepage) of your website.
## Logging in
- The first port of call for an editor is the login page for the administrator interface.
- Access this by adding **/admin** onto the end of your root URL (for example `www.example.com/admin`).
- Enter your username and password and click **Sign in**.
![Screenshot of "Sign in to Wagtail" screen, with username, password, "Remember me" fields, a "Forgotten password?" link, and a submit button. Shows the Wagtail logo at the bottom, and has a gradient background from teal to indigo](../_static/images/screen01_login.png)