exozyme/quickstart.html
Anthony Wang e131dc1110
2024 major cleanup
- Remove FUQs page and move some of the questions to the about or quickstart pages
- Remove info boxes
- Use avif instead of webp images everywhere and keep png/jpg fallbacks
- Add pubkey.asc
- Add id things to all h2
- Convert all h4 headings to h3
- Simplify/fix wording in a lot of places
2024-01-05 00:47:16 +00:00

48 lines
3.7 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Quickstart</title>
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="icon" href="img/favicon.png" type="image/png">
</head>
<body>
<a href="..">
<picture>
<source srcset="img/logo.avif" type="image/avif">
<source srcset="img/logo.png" type="image/png">
<img src="img/logo.png" alt="The exozyme logo" class="logo">
</picture>
</a>
<h1>Quickstart Guide</h1>
<h2 id="email-us">Email us</h2>
<p>
Shoot us an email to <a href="mailto:join@exozy.me">join@exozy.me</a> (optionally using <a href="/pubkey.asc">GPG</a>) and introduce yourself, explain what you plan to do with exozyme, your desired username and display name, and optionally include your SSH public key. We'll reply with your new account's temporary password.
</p>
<h2 id="logging-in">Logging in</h2>
<p>
You can log into our server either using remote desktop or <a href="https://git.exozy.me/exozyme/exozyme/wiki/SSH">SSH</a> if you emailed us your SSH key. For remote desktop, go to the <a href="https://desk.exozy.me">exodesk</a> web client (or any other <a href="https://git.exozy.me/exozyme/exozyme/wiki/Remote-desktop-clients">RDP client</a>) and type in your exozyme username and password. You'll be dropped into a desktop, which might take a few seconds to load.
</p>
<p>
In the bottom left corner you'll see the all-powerful application menu, which you can use to launch apps. <b>You should change your password now</b> using the <i>passwd</i> command. In your remote desktop, open the application menu and start the Konsole app, then type <i>passwd</i> to set a new password. You can install more apps using the Discover app store. Your remote desktop session will automatically be logged out after an hour of inactivity. To change your account details like your email address or shell, use the command <i>moduser</i>.
</p>
<h2 id="programming">Programming</h2>
<p>
Check out our online programming environment, <a href="https://hub.exozy.me">exohub</a>. You can install command-line software with <a href="https://git.exozy.me/exozyme/exozyme/wiki/Nix">Nix</a> or <a href="https://git.exozy.me/exozyme/exozyme/wiki/Distrobox">Distrobox</a>.
</p>
<h2 id="matrix">Enter the Matrix</h2>
<p>
You can chat with your friends on <a href="https://matrix.org">Matrix</a> and <a href="https://matrix.org/bridges/">other networks</a> using your exochat account. To start, go to the <a href="https://app.element.io">Element web client</a>. (Since exochat is powered by Matrix, so you can also use any <a href="https://matrix.org/clients/">Matrix client</a>, such as the <a href="https://cloud.exozy.me/apps/riotchat/">exocloud integrated Matrix client</a>.) <b>Make sure you change your homeserver to exozy.me instead of matrix.org</b>, and sign in with your exozyme username and password.
</p>
<h2 id="explore">Explore!</h2>
<p>
To get a taste of what you can do with exozyme, go <a href="explore">explore</a>! If you run into any bugs or have suggestions, just open a new issue on our <a href="https://git.exozy.me/exozyme/exozyme/issues">issue tracker</a>. You can also find helpful guides on our <a href="https://git.exozy.me/exozyme/exozyme/wiki">wiki</a>.
</p>
<h2 id="questions">Questions?</h2>
<p>
Just ask on <a href="https://matrix.to/#/#exozyme:exozy.me">Matrix</a> to get help from the exozyme community. You can also shoot us an email at <a href="mailto:help@exozy.me">help@exozy.me</a> (optionally using <a href="/pubkey.asc">GPG</a>).
</p>
</body>
</html>