heartranked

git clone https://git.tarina.org/heartranked
Log | Files | Refs | README

commit 9f5b526a50e28d9ae85b1af5055d9c17ed842668
parent 1a32ddfcbbb84fdb5f5c80b5eff02c04cf5d4153
Author: rbckman <rob@tarina.org>
Date:   Tue, 25 Aug 2026 00:18:27 +0300

clean up and make it clearer

Diffstat:
MREADME.md | 2+-
Mapache2install.sh | 5+++--
Minstall.sh | 3++-
3 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md @@ -1,4 +1,4 @@ -Heart Ranked or heartranked is a combo, heart and remixed based publishing and social media, file-server-media-network-platform built on top of web.py with a super simple new-state-of-the-art everything is a file UNIX LINUX kinda way keeping your posts, MARKDOWN'n'HTML and media organized with addable META data. EVERY POST is then zipped'n'shipped. +Heart Ranked or heartranked is a combo, heart and remixed based publishing platform with live MARKDOWN HTML editor built on web.py for the world wide web. heartranked runs on web.py. it's python for the internet. diff --git a/apache2install.sh b/apache2install.sh @@ -31,8 +31,9 @@ EOF echo "Installing all dependencies..." apt-get update sudo apt install apache2 zip python3-pip python3-pil python3-markdown -sudo pip3 install webpy-v.0.76.zip --break-system-packages -sudo apt install libapache2-mod-wsgi-py3 +sudo pip3 install webpy-v.0.76.zip --break-system-packages #don't worry won't break +sudo pip3 install mutagen --break-system-packages #same +sudo apt install libapache2-mod-wsgi-py3 #sometime this has trouble turning on. check with a2enmod DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )" ACONF="/etc/apache2/sites-available/heartranked.conf" diff --git a/install.sh b/install.sh @@ -25,8 +25,9 @@ EOF echo "Installing all dependencies..." apt-get update -sudo apt install python3 python3-pip python3-pil python3-bcrypt python3-webpy python3-markdown zip +sudo apt install wget python3 python3-pip python3-pil python3-markdown zip pip3 install webpy-v.0.76.zip +pip3 install mutagen cat <<'EOF' .-.