Reorder the quickstart to be more beginner-friendly

This commit is contained in:
Anthony Wang 2021-08-15 16:59:46 -05:00
parent 1cc0f0a44e
commit eecf584767
Signed by: a
GPG key ID: BC96B00AEC5F2D76

View file

@ -40,18 +40,6 @@
</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>.
</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 named your username which will hold the content for your new 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!
</p>
<br>
<h3>Trying out exocloud</h3>
<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!
@ -80,7 +68,7 @@
</p>
<br>
<p>
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>. It's an awesome goal, and we're hosting a Discord to Matrix bridge on exozyme. To use the bridge, start a chat with <a href="https://matrix.to/#/@_discordpuppet_bot:exozy.me">the bridge bot</a>, and type <i>help</i> to see instructions. Now retrieve your Discord account token using <a href="https://discordhelp.net/discord-token">this method</a> or <a href="https://github.com/Tyrrrz/DiscordChatExporter/wiki/Obtaining-Token-and-Channel-IDs#how-to-get-a-user-token">this one</a>. All you need to do now is type <i>link user YOURTOKEN</i> to the bot and enjoy the bridge!
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>. It's an awesome goal, and we're hosting a Discord to Matrix bridge on exozyme. (Only exozy.me accounts can use the bridge.) Start a chat with <a href="https://matrix.to/#/@_discordpuppet_bot:exozy.me">the bridge bot</a>, and type <i>help</i> to see instructions. Now retrieve your Discord account token using <a href="https://discordhelp.net/discord-token">this method</a> or <a href="https://github.com/Tyrrrz/DiscordChatExporter/wiki/Obtaining-Token-and-Channel-IDs#how-to-get-a-user-token">this one</a>. All you need to do now is type <i>link user YOURTOKEN</i> to the bot and enjoy the bridge!
</p>
<br>
@ -90,6 +78,18 @@
</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>.
</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 named your username which will hold the content for your new 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!
</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!