mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-18 13:57:32 +00:00
9f0638fac9
* test spell check * fix indenting * test * add something to test * test spellcheck * spelling improvements * improve spelling and ignore list * Update site/docs/start/00-quick-start.de.md
51 lines
2.0 KiB
Markdown
51 lines
2.0 KiB
Markdown
---
|
|
title: Quick-Start
|
|
description: A quick-start reference for the impatient reader.
|
|
---
|
|
|
|
> All documentations are under active work and subject to change soon!
|
|
|
|
### Try ZITADEL
|
|
|
|
You can either use [ZITADEL.ch](https://zitadel.ch) or deploy a dedicated **ZITADEL** instance.
|
|
|
|
### Use ZITADEL.ch
|
|
|
|
To register your free [organisation](administrate#Organisations), visit this link [register organisation](https://accounts.zitadel.ch/register/org).
|
|
After accepting the TOS and filling out all the required fields you will receive an email with further instructions.
|
|
|
|
<div class="zitadel-gallery" itemscope itemtype="http://schema.org/ImageGallery">
|
|
<figure itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject">
|
|
<a href="img/accounts_org_register.png" itemprop="contentUrl" data-size="1472x1000">
|
|
<img src="img/accounts_org_register.png" itemprop="thumbnail" alt="Organisation Overview" />
|
|
</a>
|
|
<figcaption itemprop="caption description">Organisation Register</figcaption>
|
|
</figure>
|
|
</div>
|
|
|
|
#### Verify your domain name (optional)
|
|
|
|
When you verify your domain you get the benefit that your [organisations](administrate#Organisations) [users](administrate#Users) can use this domain as **preferred logonname**. You find a more detailed explanation [How ZITADEL handles usernames](administrate#How_ZITADEL_handles_usernames).
|
|
|
|
The verification process is documented [here](administrate#Verify_a_domain_name)
|
|
|
|
#### Add Users to your organisation
|
|
|
|
To add new user just follow [this guide](administrate#Create_Users)
|
|
|
|
#### Setup an application
|
|
|
|
First [create a project](administrate#Create_a_project)
|
|
|
|
Then create within this [project](administrate#Projects) a [new client](administrate#Create_a_client)
|
|
|
|
The wizard should provide some guidance what client is the proper for you. If you are still unsure consult our [Integration Guide](integrate#Overview)
|
|
|
|
### Use ORBOS to install ZITADEL
|
|
|
|
> This will be added later on
|
|
|
|
### Install ZITADEL with static manifest
|
|
|
|
> This will be added later on
|