wiki/src/tutorials/skynet/create_website.md
Brendan Golden cf3853c2db
All checks were successful
Build / build (push) Successful in 8s
Build / deploy (push) Successful in 8s
docs: split out teh documentation on how to create a website
2024-09-22 19:45:34 +01:00

26 lines
No EOL
751 B
Markdown

# 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>