wiki/src/tutorials/skynet/create_website.md
2025-02-10 00:08:58 +00:00

1.9 KiB

Create your own website on Skynet

One of the services that Skynet provides is access to a Linux server which also has a webserver.
Additionally each member gets their own domain:

Website

There are two ways to create a website on Skynet, Modern and Manual.
Modern is using Source Control (git), pipelines (CI/CD) and pinch of magic.
Manual gets you hands on with the process.

Modern

Modern involves using source control to version your site.
This is then leveraged to automatically deploy to your Skynet account/website.

The core repo for this is here.
If this does not suit your needs you can take a look at the forks which cover different tools.

Manual

Login

Once ye have logged in you will be able to create a website on Skynet.

In your home folder follow these commands to create the folder that can be used to host a website

mkdir ~/public_html 
chmod 711 ~
chmod -R 755 ~/public_html
cd ~/public_html 

To transfer files graphically you can use these programs:

Anything put there will be accessible under https://$USERNAME.users.skynet.ie.

More info

There is a slideshow that might be of use to you: https://public.skynet.ie/slides/skynet/1_setup.html