From d3aa0063d9426672319706dc3044fb8b4a7fccb0 Mon Sep 17 00:00:00 2001 From: Jared Goodwin Date: Mon, 17 May 2021 17:49:30 -0700 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 44d23d207..cfdcf137f 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,14 @@ However, you can also choose to install the pre-built packages that do not have - By default, SQLite is used for the database. - The "Remotely.db" database file is automatically created in the root folder of your site. - You can browse and modify the contents using [DB Browser for SQLite](https://sqlitebrowser.org/). +- Create your account by clicking the `Register` button on the main page. + - This account will be both the server admin and organization admin. + - An organization is automatically created for the account. + - Organizations are used to group together users, devices, and other data items into a single pool. + - By default, only one organization can exist on a server. + - The `Register` button will disappear. + - People will no longer be able to create accounts on their own. + - To allow self-registration, increase the `MaxOrganizationCount` or set it to -1 (see Configuration section). ## Upgrading * To upgrade a server, do any of the below to copy the new Server application files.