exozyme/quickstart/index.html

94 lines
5.7 KiB
HTML
Raw Normal View History

2021-07-25 16:02:56 +00:00
<!DOCTYPE html>
<html>
<head>
<title>Quickstart</title>
<link href="/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div>
<br>
2021-10-31 17:14:23 +00:00
<picture>
<source srcset="/logo.webp" type="image/webp">
<source srcset="/logo.png" type="image/png">
<img src="/logo.png" alt="exozyme" height="324" width="324">
</picture>
2021-07-25 16:02:56 +00:00
<br>
<h2>Get started!</h2>
<h3>Join us!</h3>
<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. Please also mention what you want your username to be. We may ask a few follow-up questions, and once everything is figured out, we'll get you an exozyme account set up right away!
2021-07-25 16:02:56 +00:00
</p>
<br>
<h3>Logging in</h3>
<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>) 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!
2021-07-25 16:02:56 +00:00
</p>
<br>
<p>
2021-10-31 17:14:23 +00:00
<picture>
<source srcset="rdp.webp" type="image/webp">
<source srcset="rdp.png" type="image/png">
<img src="rdp.png" alt="Remote desktop" width="720">
</picture>
</p>
<br>
2021-07-25 16:02:56 +00:00
<p>
2021-10-07 23:52:04 +00:00
In the bottom left corner you'll see the all-powerful application menu. Click on it, open up the Konsole app, and <b>change your password</b> with the <i>passwd</i> command. 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>
2021-07-25 16:02:56 +00:00
</p>
<br>
2021-08-03 02:43:44 +00:00
<h3>Trying out exocloud</h3>
<p>
2021-08-03 02:43:44 +00:00
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>
<br>
<p>
2021-10-31 17:14:23 +00:00
<picture>
<source srcset="exocloud.webp" type="image/webp">
<source srcset="exocloud.png" type="image/png">
<img src="exocloud.png" alt="exocloud" width="720">
</picture>
</p>
<br>
<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>
<br>
2021-07-27 21:50:19 +00:00
<h3>Enter the Matrix</h3>
<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">chat.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!
2021-07-27 21:50:19 +00:00
</p>
<br>
<p>
2021-10-31 17:14:23 +00:00
<picture>
<source srcset="element.webp" type="image/webp">
<source srcset="element.png" type="image/png">
<img src="element.png" alt="Element Matrix client" width="720">
</picture>
2021-07-27 21:50:19 +00:00
</p>
<br>
<p>
Let's join some rooms and spaces (groups of rooms) now. You'll definitely want to join the <a href="https://matrix.to/#/!epVJFHxAwGJBqjgGoQ:exozy.me?via=exozy.me&via=matrix.org">exozyme space</a> and hang out, and <a href="https://matrix.to/#/#offtopic:matrix.org">#offtopic</a> is another fun one. 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 might want to 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.
2021-07-27 21:50:19 +00:00
</p>
<br>
<h3>Explore!</h3>
2021-07-27 21:50:19 +00:00
<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>
<br>
<h3>Questions?</h3>
<p>
2021-09-02 14:16:45 +00:00
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>
<br>
2021-07-25 16:02:56 +00:00
</div>
</body>
</html>