minilauta / miniboard

Minimalistic oldschool imageboard software
MIT License
7 stars 5 forks source link

Standalone installation without containers #68

Open zooool opened 12 months ago

zooool commented 12 months ago

Preferably just having to run 1 install script, or simply just dumping all files into /var/www/html and you're good to go.

No docker, no "k8s nginx ingress controller", etc.

Anonyymi commented 12 months ago

Hmmh. I can understand why one would want this, but I wouldn't call it easier. Running miniboard requires knowledge of either docker or k8s, docker shouldn't be too difficult to learn and once you know how to use it running miniboard will be very easy. Docker and k8s are both good container-based options, I'm personally running this with k8s in production and it's a breeze.

Anyways, when I have time and interest, I will look into this. Maybe a simple bash script could be sufficient to achieve this; running miniboard on a single server without needing containerization.

Edit: Oh and basically if you look into the Dockerfiles, you'll find alpine linux commands for installing this software. So basically the Dockerfiles already kinda tell you how to install it on linux.