Uberspace / lab

The Uberlab provides various tutorials - written by you! - on how to run software and tools on Uberspace 7.
https://lab.uberspace.de
Other
314 stars 414 forks source link

Add guide for rss-bridge #237

Open spuknik opened 5 years ago

spuknik commented 5 years ago

"RSS-Bridge is a PHP project capable of generating RSS and Atom feeds for websites which don't have one. It can be used on webservers or as stand alone application in CLI mode."

Requirements: PHP 5.6 (or higher) openssl extension libxml extension (enabled by default, see PHP Manual) mbstring extension simplexml extension curl extension json extension

https://github.com/RSS-Bridge/rss-bridge

would be awesome :+1:

moefuerst commented 5 years ago

What kind of documentation do you have in mind? RSS-Bridge does not require a complicated installation, just unzip the latest release. (Uberspace 7 meets all the requirements)

spuknik commented 5 years ago

Thank you for your replay. I was not shure about the requirements.. Because I am a newbie to web servers I feel more comfortable to make changes in my uberspace with the help of a documentation.

I tried to install the rss-bridge but somehow I just don't manage the easy task to download the zip-file into /var/www . With the command wget https://github.com/RSS-Bridge/rss-bridge/archive/2019-03-17.zip I get the massage of a missing permission of the zip-file and so the download fails.

spuknik commented 5 years ago

What kind of documentation do you have in mind? RSS-Bridge does not require a complicated installation, just unzip the latest release. (Uberspace 7 meets all the requirements)

Questions which came up:

moefuerst commented 5 years ago

I suggest you check out the uberspace manual on DocumentRoot— that's where you need to put the files in; and read the installation guide of RSS-Bridge, which explains the permissions you need to set.