jordansamuel / PASTE

Paste is a project that started from the files pastebin.com used before it was bought.
https://phpaste.sourceforge.io/
GNU General Public License v3.0
295 stars 105 forks source link

Configuration issues and guide for others trying to install #189

Open c4bler opened 2 years ago

c4bler commented 2 years ago

Firstly, I generated SSL certs, set my reverse 80 redirect ->443 web proxy to apache localport. Set up the sites-available, ports.conf, documentroot, www-data perms the usual web server stuff. Set up mariaDB, created a blank user, password and database.

Some issues I noticed setting up:

From here, I imagine most of this is configured during the install process, but as I couldn't get it to function (probably could have with a bit more investigation) I had to do the rest manually:

Now, it works great for my purposes. I'm not sure on the google analytics front what it's trying to do, but I think I turned that off.

You may wish to add some of this to the readme or leave this issue here in case others find themselves in this situation.