RSS to twister
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
1.3 KiB

10 years ago
twister-rss
===========
10 years ago
![alt tag](IMG/Снимок_экрана_2014-08-07_в_12_36_32.jpg)
10 years ago
10 years ago
PHP scripts for tranfering RSS feeds to twister
10 years ago
Support English/Russian language.
10 years ago
INSTALL
===========
1) You need your own server, installed twisterd daemon, http server, MYSQL, crontab
2) Go to htdocs main directory
3) git clone https://github.com/iShift/twister-rss.git
4) make new database in MYSQL import twistercms.sql
5) Edit files: settings.php (in $domain add full URL to directory with script - example: you have local server on 127.0.0.1 and htdocs directory on /var/www, after git pull you have /var/www/twister-rss/cms/ and 127.0.0.1/twister-rss/cms you need to add 127.0.0.1/twister-rss in $domain without cms and http)
6) login to your server consol and type crontab -e then add new line
"*/5 * * * * wget -q -o /dev/null FULL_URL_to_YOUR_site_/update.php"
example: */5 * * * * wget -q -o http://127.0.0.1/twister-rss/cms/update.php
7) Open http://127.0.0.1/twister-rss/cms/ in browser, login with RPC login/password
8) Добавьте новую RSS ленту, обратите внимание аккаунт указанный в поле "Публиковать от имени" должен быть зарегистрирован на сервере с которого будет идти публикация.
9) Profit