GNU Social (https://git.gnu.io/gnu/gnu-social/wikis/home)
$ sudo apt-get update && sudo apt-get dist-upgrade -y $ sudo apt-get install php php-curl php-gd php-gmp php-intl php-json php-mysqlnd mariadb-server $ git clone --depth 1 "https://git.gnu.io/gnu/gnu-social.git"
$ sudo mv -v gnu-social /var/www/ $ sudo mysql -u root -p
> CREATE DATABASE gns; > GRANT ALL PRIVILEGES ON gns.* TO 'gnsuser'@'localhost' IDENTIFIED BY 'myGoodPassword';
Visit: http://localhost/gnu-social
TBC
TO BE UPDATED ON INSTALLING PLEROMA
Except where otherwise noted, this work is licensed under Creative Commons Attribution-ShareAlike 4.0 International License (http://creativecommons.org/licenses/by-sa/4.0/).
I hope that this post is useful to you, if you liked this post you may support me via liberapay. Thank you for your support.