Bootstrapping info

From Telos Initiative
Jump to navigation Jump to search

linode nanode for $5/month hosting hover.com for domain for telosinitiative.com $18/yr


  1. Setup server

`sudo apt install git apache2 mariadb-server php php-mysqlnd php-intl php-xml php-mbstring`


wget mediawiki.tar.gz tar -xzf mediawiki... mv /var/www/html/


  1. Install Certbot for SSL

sudo apt install python3-certbot-apache

  1. intial cert setup

```bash sudo certbot --apache ```

  1. Need to do: Add the following to a cronjob every 3 months

`sudo certbot certsonly`


  1. Install AccessControl extension for mediawiki, configure


    1. TODO: Setup Hugo and a bot to crawl the wiki

sudo apt install hugo -y