Move more quickstart stuff to wiki

This commit is contained in:
Anthony Wang 2021-09-02 09:16:45 -05:00
parent 6493cd9c4f
commit c8ab274c4a
Signed by: a
GPG key ID: BC96B00AEC5F2D76

View file

@ -68,19 +68,19 @@
<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>.
If you don't need a desktop, please log in to a terminal with SSH to save bandwidth. It's as simple as <i>ssh USERNAME@exozy.me -p 4884</i>. Check out our <a href="https://git.exozy.me/exozyme/exozyme/wiki/SSH">wiki</a> for more details.
</p>
<br>
<h3>Hosting your first website</h3>
<p>
Want to host a website on exozyme? Fortunately, it's incredibly easy and only takes two minutes! Open up the file explorer in your remote desktop or log in with SSH. Now navigate to the <i>/srv/http/pages/users</i> folder. Create a new folder named your username which will hold the content for your new website. Make an actual page by creating 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 live in action!
Want to host a website on exozyme? Fortunately, it's incredibly easy and only takes two minutes! Open up the file explorer in your remote desktop or log in with SSH. Now navigate to the <i>/srv/http/pages/users</i> folder. Create a new folder named your username which will hold the content for your new website. Make an actual page by creating 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 live in action! For more information, see our <a href="https://git.exozy.me/exozyme/exozyme/wiki/Website-hosting">wiki</a>.
</p>
<br>
<h3>Questions?</h3>
<p>
Check out our <a href="/fuqs">frequently unasked questions</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!
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>
</div>