docs: split out teh documentation on how to create a website
All checks were successful
Build / build (push) Successful in 8s
Build / deploy (push) Successful in 8s

This commit is contained in:
silver 2024-09-22 19:45:34 +01:00
parent 60207b612e
commit cf3853c2db
Signed by: silver
GPG key ID: 36F93D61BAD3FD7D
3 changed files with 30 additions and 16 deletions

View file

@ -0,0 +1,26 @@
# Create your own website on Skynet
## Login
Once ye have [logged in](./create_ssh.md) you will be able to create a website on Skynet.
## Website
### Manually
In your home folder follow these commands to create the folder that can be used to host a website
```bash
mkdir ~/public_html
chmod 711 ~
chmod -R 755 ~/public_html
cd ~/public_html
```
To transfer files graphically you can use these programs:
* WinSCP
* FileZilla
Anything put there will be accessible under ``https://$USERNAME.users.skynet.ie``.
For backwards compatability ``https://skynet.ie/~$USERNAME`` will redirect to ``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>