Bootstrapping info
Jump to navigation
Jump to search
linode nanode for $5/month hosting hover.com for domain for telosinitiative.com $18/yr
- 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/
- Install Certbot for SSL
sudo apt install python3-certbot-apache
- intial cert setup
```bash sudo certbot --apache ```
- Need to do: Add the following to a cronjob every 3 months
`sudo certbot certsonly`
- Install AccessControl extension for mediawiki, configure
- TODO: Setup Hugo and a bot to crawl the wiki
sudo apt install hugo -y