Bootstrapping info

From Telos Initiative
Revision as of 23:28, 11 January 2024 by Danimakes (talk | contribs) (Created page with "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`...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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