Setting Up Server
https://www.digitalocean.com/community/tutorials/initial-server-setup-with-ubuntu-20-04
Make name that doesn’t suck
Click add domain, type in domain
https://www.digitalocean.com/community/tutorials/how-to-point-to-digitalocean-nameservers-from-common-domain-registrars
you also need to add an a entry for "www.yourdomain.ext"
Then add nameservers to namecheap/google domains etc
Ubuntu 20.04 installation script
https://www.bookstackapp.com/docs/admin/installation/
Setting up ssl certificates
https://nickolas.gupton.xyz/2020/05/21/ubuntu-20.04-bookstack.html
intalling apache
change permission of /var/ww/html to you can copy files with winscp
https://superuser.com/questions/19318/how-can-i-give-write-access-of-a-folder-to-all-users-in-linux
^^change permissions the correct way
sudo chmod a+w /var/www/html
^^adds permissions for everyone, figure out how to do for one user
https://www.howtogeek.com/437958/how-to-use-the-chmod-command-on-linux/
No Comments