Project

General

Profile

Wiki » History » Version 1

Joseph Cumming, 03/14/2025 02:51 PM

1 1 Joseph Cumming
# Website admin wiki
2
3
This wiki is a list of points and notes for creating and maintaining the websites
4
5
### Domain creation
6
7
* Domains are typically purchased through [Namecheap](https://www.namecheap.com). 
8
* The hosting of the website is typically done through [DigitalOcean](https://www.digitalocean.com/).
9
* After purchasing the domain make sure to set the nameservers to the digital ocean nameservers
10
   * ns1.digitalocean.com
11
   * ns2.digitalocean.com
12
   * ns3.digitalocean.com
13
14
15
### Website creation
16
17
* Spawn a droplet and associate the domain with the one purchased
18
* Install docker on the droplet
19
   * https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-ubuntu-22-04
20
   * https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-compose-on-ubuntu-22-04