apastuszak

apastuszak ·

fatg3erman/RompR

I created a simple script to install RompR on a Raspberry Pi running Raspbian

howto

Ok, upon further testing, this script is totally not going to work. I did some major cleanup, and got it down one script file with no extra files.

This is for Raspberry Pi OS that is fully patched as of 10/17/2020.

#!/bin/bash

# Rompr install script  Th...
fatg3erman/RompR

Lyrics on satellite server

support

Thanks! Do you need me open a bug on Github?

fatg3erman/RompR

install on raspberry os with php 7.3 and ngix

support

I just set this up last night. I was getting a 502 bad gateway error.

I put the extracted zip in /var/www/rompr. I changed permissions on that folder:

chown -R www-data rompr
chgrp -R www-data rompr

Changed the root in the config to

root /var/www/romp...