typecho vs wordpress + discourse

https://typecho.intbird.net

https://wordpress.intbird.net

apt-get install php7.0, php7.0-xml

wget https://typecho.org/downloads/1.1-17.10.30-release.tar.gz
tar -xf 1.1-17.10.30-release.tar.gz 
mv build/ typecho


apt-get install sqlite3
sqlite3 typecho.db
.databases
.open
.quit


1. html/
chown -R www-data:www-data html/

2. php.ini
> php --ini
> echo "output_buffering=on" >> ***.ini
or
2. install.php
> line 56: ob_start(); 

3. enable admin https 
config.inc.php
define('__TYPECHO_SECURE__',true);

Discourse

https://discourse.intbird.net/

install

https://github.com/discourse/discourse/blob/main/docs/INSTALL-cloud.md

caddy

https://caddy.community/t/discourse-with-caddy-v2-in-docker/9244

https

https://meta.discourse.org/t/advanced-setup-only-allowing-ssl-https-for-your-discourse-docker-setup/13847

multiple

https://meta.discourse.org/t/running-other-websites-on-the-same-machine-as-discourse/17247