Skip to content

Commit 3f8249f

Browse files
authored
Merge pull request #22 from iokiwi/new/update-readme
Update readme with directions for updated service
2 parents a9baeb6 + 765ac1f commit 3f8249f

13 files changed

+88
-8
lines changed

README.md

+88-8
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,92 @@
1-
# Chat
1+
# NZPUG Chat
22

3-
https://chat.python.nz
3+
<img src="doc/images/riot_web_python_nz_home.png" width="250px"/><img src="doc/images/riot_im_dark.png" width="250px"/><img src="doc/images/riot_im_light.png" width="250px"/>
44

5+
The New Zealand Python User Group hosts a [Matrix](https://matrix.org/) chat server and [Riot](https://about.riot.im/) web client for the use of its members and the wider Python community in New Zealand.
56

6-
## Registration
7+
[Matrix](https://matrix.org/) is a free an open source chat solution and riot [Riot](https://about.riot.im/) is a free and open source client for matrix available on the web, on mobile and on the desktop.
78

8-
1. Go to https://chat.python.nz/#/register
9-
2. Click `Create an account`
10-
3. Sign up *with* your email address (without it you won't be able to reset your password)
11-
4. Verify your email
12-
5. Log in and join chat rooms
9+
## Get Started
10+
11+
1. Visit https://chat.python.nz in your browser.
12+
2. Create an account or sign in.
13+
<details>
14+
<summary id="create-account">Create an Account</summary>
15+
16+
1. Click on **Create Account**
17+
2. Set a username and password
18+
3. Enter your email address (recommended)
19+
20+
21+
**Note:** Your email address is required to reset your password or recover
22+
your account if you get locked out. You can add, edit or remove email
23+
address at any stage via your profile.
24+
25+
![riot_web_python_nz_create_account.png](doc/images/riot_web_python_nz_create_account.png)
26+
27+
</details>
28+
29+
<details>
30+
<summary id="sign-in">Sign in</summary>
31+
32+
1. Select **Sign In**
33+
2. Log in with your username and password.
34+
35+
![riot_web_python_nz_sign_in.png](doc/images/riot_web_python_nz_sign_in.png)
36+
</details>
37+
38+
39+
40+
## Mobile
41+
42+
For Riot Mobile you need to set the `Homeserver` URL to `https://chat.python.nz` manually when signing in or registering.
43+
44+
<details>
45+
<summary>Create Account</summary>
46+
47+
48+
1. Check the **'☑️ Use custom server options (advanced)'** option
49+
2. Enter `https://chat.python.nz` as the `Home Server URL`
50+
3. Sign up with your email address
51+
52+
<img src="doc/images/riot_mobile_python_nz_create_account.jpg" width="200px"/>
53+
54+
</details>
55+
56+
<details>
57+
<summary>Sign in</summary>
58+
59+
1. Check the **'☑️ Use custom server options (advanced)'** option
60+
2. Enter `https://chat.python.nz` as the `Home Server URL`
61+
3. Sign in with your username or email address and password
62+
63+
<img src="doc/images/riot_mobile_python_nz_sign_in.jpg" width="200px"/>
64+
65+
</details>
66+
67+
68+
## Desktop and Riot Web
69+
70+
For Riot Desktop and Riot Web (https://riot.im/app) you need to set the NZPUG `Homeserver URL` to `https://chat.python.nz` manually before signing in or registering.
71+
72+
<details>
73+
<summary>Step by step instructions</summary>
74+
75+
76+
1. Click **Change** next to the text "*Sign in to your account on matrix.org*"
77+
78+
![riot_desktop_sign_in_matrix_org_edited.png](doc/images/riot_desktop_signin_matrix_org_edited.png)
79+
80+
2. For the `Homeserver URL` type in `https://chat.python.nz`
81+
82+
![riot_desktop_sign_in_other_servers.png](doc/images/riot_desktop_sign_in_other_servers.png)
83+
84+
3. Click **Next** To continue.
85+
86+
Now you can [sign in](#sign-in) or [create an account](#create-account) on the chat.python.nz homeserver.
87+
88+
## Maintainer Notes
89+
90+
‼️ Do not run these Ansible or Terraform scripts. The configuration in production has diverged from these scripts and running them will revert local changes.
91+
92+
A task to update and test the scripts is being tracked here (https://github.com/nzpug/chat/issues/11)
Loading
Loading
Loading
705 KB
Loading
Loading

doc/images/riot_im_dark.png

165 KB
Loading

doc/images/riot_im_light.png

144 KB
Loading
Loading
129 KB
Loading
Loading
1.42 MB
Loading
1.17 MB
Loading

0 commit comments

Comments
 (0)