exozyme/quickstart/index.html

78 lines
5.6 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>
<img src="/logo.png" alt="exozyme" height="324" width="324">
<br>
<h2>Get started!</h2>
<h3>Join us!</h3>
<p>
Interested in exozyme? You can get started by shooting me a message on <a href="https://matrix.org">Matrix</a>, a private, decentralized messaging service, <a href="https://matrix.to/#/@ta180m:exozy.me">@ta180m:exozy.me</a>. Note that we offer two kinds of <a href="/services">services</a> to our users, <b>core services</b> and <b>web services</b>. Please specify if you would like an account for the core services, and account for the web services, or both, as well as what you plan to do with exozyme. Note that these two accounts are <b>different and unrelated</b>. You should also join our <a href="https://matrix.to/#/!dRcbHQEbbDRNcYShLo:exozy.me?via=exozy.me&via=matrix.org">Matrix space</a> since it's our main hub for communication.
2021-07-25 16:02:56 +00:00
</p>
<br>
<h3>Logging in</h3>
<p>
OK, so you've joined exozyme! Now what? You can get started by downloading an RDP remote desktop client if you don't already have one. Linux users should use the FreeRDP client in their distro's repository, while Windows has a built-in client called Remote Desktop Connection. Mac users can use the <a href="https://install.appcenter.ms/orgs/rdmacios-k2vy/apps/microsoft-remote-desktop-for-mac/distribution_groups/all-users-of-microsoft-remote-desktop-for-mac">Microsoft Remote Desktop Beta client</a>. If your OS wasn't listed, check <a href="https://docs.microsoft.com/en-us/windows-server/remote/remote-desktop-services/clients/remote-desktop-clients">this list</a>.
</p>
<br>
<p>
<img src="login.png" alt="FreeRDP" width="720">
</p>
<br>
2021-07-25 16:02:56 +00:00
<p>
Alright, so we've gotten that out of the way. Now spin up the client and connect to the address <i>exozy.me:3388</i>. You should see a login screen, where you'll type in your username and password for your <b>core services</b> account. If it all works, it should drop you into a desktop! It might take a few seconds to load properly. Enjoy your remote desktop!
</p>
<br>
<p>
<img src="rdp.png" alt="Remote desktop" width="720">
</p>
<br>
2021-07-25 16:02:56 +00:00
<p>
2021-07-26 02:35:52 +00:00
The first thing you should do is open up a terminal and change your password. The easiest way to do this is by searching for "terminal" in the application menu in the bottom left corner. Now change your password with the <i>passwd</i> command. If you want to run apps, note that the GPU currently isn't that good, so games may not work well. Please remember to log out when you are done.
2021-07-25 16:02:56 +00:00
</p>
<br>
<h3>SSH</h3>
<p>
If you don't need a desktop, you can also log in to a terminal with SSH. For help using the terminal, check out <a href="https://exozy.me/howtuwu/linux/terminal/">this guide</a>. If you want to run graphical apps, you can use X11 forwarding with <i>ssh -X</i>. Note that this works best with a Linux client; otherwise, <a href="https://researchit.las.iastate.edu/x-forwarding-mac-and-windows">follow these instructions</a>.
2021-07-25 16:02:56 +00:00
</p>
<br>
<h3>Hosting your first website</h3>
<p>
Open up the file explorer in your remote desktop or log in with SSH. Now navigate to the <i>/srv/http/pages</i> folder. Create a new folder with your username which will hold the content for your website. Now let's make an actual page. Create a file called <i>index.html</i> and write some text. If you open up <a href="https://exozy.me/~USERNAME">https://exozy.me/~USERNAME</a>, you should see your website in action! Check out <a href="/~pages/">exozyme pages</a> for more information about web hosting.
</p>
<br>
<h3>Trying out Nextcloud</h3>
<p>
First, make sure that you have an <b>exozyme web account</b>. This is different than your core account that you use to log in to SSH or remote desktop. If you don't have one, ask about it on <a href="https://matrix.to/#/!dRcbHQEbbDRNcYShLo:exozy.me?via=exozy.me&via=matrix.org">Matrix</a>. Anyways, go to our <a href="https://cloud.exozy.me">Nextcloud</a>, and click "Log in with Keycloak". Now enter in your username and password for your exozyme web account, and if things work out, you'll be taken to your Nextcloud homepage!
</p>
<br>
<p>
<img src="nextcloud.png" alt="Nextcloud" width="720">
</p>
<br>
<p>
So what can you do with Nextcloud? 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 Element chat client. Have fun!
</p>
<br>
<h3>Questions?</h3>
<p>
Take a look at our <a href="/fuqs">frequently unasked questions</a>, and if that doesn't answer it, ask about it on <a href="https://matrix.to/#/!dRcbHQEbbDRNcYShLo:exozy.me?via=exozy.me&via=matrix.org">Matrix</a> and someone in the exozyme community will help!
</p>
<br>
2021-07-25 16:02:56 +00:00
</div>
</body>
</html>