Actions
Wiki » History » Revision 5
« Previous |
Revision 5/16
(diff)
| Next »
Joseph Cumming, 03/14/2025 03:11 PM
Website admin wiki¶
This wiki is a list of points and notes for creating and maintaining the websites
Domain creation¶
- Domains are typically purchased through Namecheap.
- The hosting of the website is typically done through DigitalOcean.
- After purchasing the domain make sure to set the nameservers to the digital ocean nameservers
- ns1.digitalocean.com
- ns2.digitalocean.com
- ns3.digitalocean.com
Website creation¶
-
Spawn a droplet and associate the domain with the one purchased
-
Install docker on the droplet
-
Create the actual users (and apply root if required)
-
Create and apps dir under the home directory
- Apps are typically run as docker images under apps
Applying SSH certificates¶
- Certificates are retrieved from LetsEncrypt
Secure the firewall¶
Updated by Joseph Cumming about 2 months ago · 16 revisions