From 1c1e58fac7b075093dbcb85e927a824fa4692fa9 Mon Sep 17 00:00:00 2001 From: iShift Date: Thu, 7 Aug 2014 12:58:25 +0400 Subject: [PATCH] Update README.md --- README.md | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f355c5a..0f00e84 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,32 @@ twister-rss =========== +![alt tag](IMG/Снимок_экрана_2014-08-07_в_12_36_32.jpg) -RSS to twister + +PHP scripts for tranfering RSS feeds to twister + +Now in russian language, soon - multilanguage. + +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