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

74 lines
5.2 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Quickstart</title>
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="icon" href="img/logo.png" type="image/png">
</head>
<body>
<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">
</picture>
<h1>Get started!</h1>
<h2>Join us!</h2>
<p>
Interested in exozyme? You can get started by emailing <a href="mailto:join@exozy.me">join@exozy.me</a> and introducing yourself and what you plan to do with exozyme. We may ask a few follow-up questions, and once everything is figured out, we'll email you a link and a secret code to setup your exozyme account.
</p>
<h2>Logging in</h2>
<p>
OK, so you've joined exozyme! You can start by logging into your remote exozyme desktop with the <a href="https://desk.exozy.me">exodesk</a> web client. (If you want to use a RDP client app, check out the <a href="https://git.exozy.me/exozyme/exozyme/wiki/Remote-desktop-clients">wiki</a>, or alternatively, log in with <a href="https://git.exozy.me/exozyme/exozyme/wiki/SSH">SSH</a>)
</p>
<p>
Anyways, 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 properly. Enjoy your exozyme desktop!
</p>
<picture>
<source srcset="img/rdp.webp" type="image/webp">
<source srcset="img/rdp.png" type="image/png">
<img src="img/rdp.png" alt="Remote desktop" width="720">
</picture>
<p>
In the bottom left corner you'll see the all-powerful application menu, which you can use to launch apps. You should be able to run any app on server, and even install more apps using the Discover app store. When you're done, please <b>remember to log out</b> by selecting "Log Out" in the application menu. <b>Closing the browser tab does not log you out.</b>
</p>
<h2>Programming</h2>
<p>
We have support for all your favorite programming languages, including C/C++, Python, Java, JavaScript, Go, Rust, and more, as well as text editors, IDEs, debuggers, and other tools. Try it out on <a href="https://desk.exozy.me">exodesk</a> or <a href="https://hub.exozy.me">exohub</a>! If your preferred language or tool isn't installed, you can use <a href="https://git.exozy.me/exozyme/exozyme/wiki/Nix">Nix</a>.
</p>
<h2>Explore exocloud</h2>
<p>
Try our powerful collaboration and productivity suite by going to <a href="https://cloud.exozy.me">exocloud</a> and logging in with your exozyme username and password. If things work out, you'll be taken to your exocloud homepage!
</p>
<picture>
<source srcset="img/exocloud.webp" type="image/webp">
<source srcset="img/exocloud.png" type="image/png">
<img src="img/exocloud.png" alt="exocloud" width="720">
</picture>
<p>
So what can you do with exocloud? Well, judging by the sheer number of icons on the top bar, a lot! There's cloud storage, an email client, photo manager, music player, calendar, and an integrated exochat client. Your data is safe on exozyme!
</p>
<h2>Enter the Matrix</h2>
<p>
You can chat with your friends on <a href="https://matrix.org">Matrix</a> and other networks including <a href="/blog/dont-use-discord">Discord</a> using your <b>exochat</b> account. To start, go to your exocloud home page and click on the <a href="https://cloud.exozy.me/apps/riotchat/">Element app</a> on the top. (exochat is powered by Matrix, so you can use any <a href="https://matrix.org/clients/">Matrix client</a>, but remember to change the homeserver to use <a href="https://chat.exozy.me">exozy.me</a> instead of matrix.org) Now sign in with your exozyme username and password as usual, and welcome to your shiny new exochat account!
</p>
<picture>
<source srcset="img/element.webp" type="image/webp">
<source srcset="img/element.png" type="image/png">
<img src="img/element.png" alt="Element Matrix client" width="720">
</picture>
<p>
Let's join some rooms and spaces (groups of rooms) now, such as the <a href="https://matrix.to/#/!epVJFHxAwGJBqjgGoQ:exozy.me?via=exozy.me&via=matrix.org">exozyme space</a>, and hang out. One of Matrix's most ambitious goals is to <a href="https://matrix.org/bridges/">bridge its network to as many others as possible</a>, so you can check out our <a href="https://git.exozy.me/exozyme/exozyme/wiki/Bridge-Discord-and-Matrix">wiki</a> for instructions on bridging Discord to Matrix.
</p>
<h2>Explore!</h2>
<p>
To get a taste of what you can do with exozyme, go out and <a href="https://exozy.me/explore">explore</a>! Just use your exozyme username and password to log in (don't click sign up).
</p>
<h2>Questions?</h2>
<p>
Check out our <a href="/fuqs">frequently unasked questions</a> and <a href="https://git.exozy.me/exozyme/exozyme/wiki">wiki</a> or ask about it on <a href="https://matrix.to/#/!dRcbHQEbbDRNcYShLo:exozy.me?via=exozy.me&via=matrix.org">Matrix</a> to get help from the exozyme community.
</p>
</body>
</html>