-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
starts to be clean enough for general publication
- Loading branch information
1 parent
fc9c4e4
commit 9bad35c
Showing
4 changed files
with
18 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,10 @@ | ||
# First steps after installation | ||
|
||
## Discover your installation | ||
Open your browser and go to the url of your web server. If using php's built-in web server it will be <http://localhost:8000>. | ||
|
||
## Register the first account | ||
Register a first user account : it will be you, and you will be super admin, yeah! Note that you need to have email sending working in order to validate your account. | ||
If you just installed Agorakit on a server, take some time to configure it correctly for your use case. | ||
|
||
## Introduction text on the homepage | ||
Set an intro text on the homepage for newcomers : go to the admin page from your user profile dropdown. | ||
Using the editor you can add external images and whatever you want. | ||
|
||
## Check all the admin settings | ||
Go to the admin menu (from your user profile dropdown) and check all the settings there. | ||
Go to the admin menu (from your user profile dropdown) and check all the settings there. Pay attention to the various permissions and group types you allow on your server. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
To use Agorakit, simply connect to the Agorakit server you are using. | ||
|
||
This can be either the shared instance at https://app.agorakit.org ("name your price" instance available for your tests and for collectives), or a server you have installed or someone manages for you. | ||
|
||
## Registering a new user | ||
On most servers, you can freely create a new user account. If you cannot create an account on a particular server it means registration has been disabled. In this case you need an invitation from the server admin to join the server. | ||
|
||
## The special case of the first user account | ||
If you register a user account on a new server (one without any existing user), you will be the server admin (super user) on this server. | ||
|
||
|
||
NOTE: You need to have email sending working in order to validate your account. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters