stephanediondev / readerself

Replaced by a new version
https://github.com/stephanediondev/feed
Other
158 stars 26 forks source link

Setting up cronjob on a shared host #55

Closed nasser-torabzade closed 9 years ago

nasser-torabzade commented 9 years ago

Hi, I've installed readerself on a shared host running cpanel with no command line access, and in cronjob section of cpanel I've tried following commands, but none of them worked.

cd /home/myUserName/public_html/apps/reader && php index.php refresh items
php /home/myUserName/public_html/apps/reader/index.php refresh items
/usr/bin/php /home/myUserName/public_html/apps/reader/index.php refresh items

Can you create a update script that can be executed by a HTTP GET request to be executed by wget?

stephanediondev commented 9 years ago

Hi

You can use the same script http://domain.com/apps/reader/refresh/items

nasser-torabzade commented 9 years ago

perfectly worked, thanks.