This repository has been archived on 2024-01-05. You can view files and clone it, but cannot push or open issues or pull requests.
website/quickstart.html

49 lines
3.6 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.webp" type="image/webp">
<source srcset="img/logo.png" type="image/png">
<img src="img/logo.png" alt="exozyme" height="360" width="360" class="logo">
</picture>
</a>
<h1>Quickstart Guide</h1>
<h2>Join us!</h2>
<p>
Need an exozyme account? Shoot us an email to <a href="mailto:join@exozy.me">join@exozy.me</a> (optionally using <a href="https://git.exozy.me/exozyme/exozyme/raw/branch/main/pubkey.asc">GPG</a>) and introduce yourself, explain what you plan to do with exozyme, what you would like your account's username and display name to be, and optionally include your SSH public key. You'll soon recieve a reply with your new account's temporary password.
</p>
<h2>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 public 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>). You should see a login screen, 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.
</p>
<h2>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>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. Welcome to Matrix!
</p>
<h2>Explore!</h2>
<p>
To get a taste of what you can do with exozyme, go out and <a href="explore">explore</a>! Just use your exozyme username and password to log in (don't click sign up). You can find more guides on our <a href="https://git.exozy.me/exozyme/exozyme/wiki">wiki</a>.
</p>
<h2>Questions?</h2>
<p>
Check out our <a href="fuqs">frequently unasked questions</a> or ask about it on <a href="https://matrix.to/#/#exozyme:exozy.me">Matrix</a> to get help from the exozyme community.
</p>
</body>
</html>