Updated Home (markdown)
parent
b72b96424e
commit
3a24ae7e5c
23
Home.md
23
Home.md
|
@ -75,29 +75,6 @@ data\config\config.ini
|
|||
```
|
||||
This is fully-portable mode.
|
||||
|
||||
Server/client cron-like mode (Not yet implemented!!!)
|
||||
----------------------------
|
||||
RSS Guard supports server/client mode which enables you to fetch your message to your data server and then use those data and view them in another RSS Guard instance.
|
||||
|
||||
On the server:
|
||||
|
||||
1. Install RSS Guard to your data server.
|
||||
2. Install MariaDB SQL server.
|
||||
3. Start SQL server and launch RSS Guard with GUI.
|
||||
4. Set MariaDB SQL server as RSS Guard data storage and restart RSS Guard.
|
||||
5. Setup RSS Guard to periodically check for feeds/messages updates and load desired feeds.
|
||||
6. Now, start RSS Guard in non-gui minimal mode with `rssguard -c` command. You can start this command after your server boots.
|
||||
|
||||
Now your RSS Guard server instance is ready and running. It will check for new messages periodically and store them to MariaDB SQL server. This RSS Guard instance does not use any GUI elements, it should not display any windows, dialogs, whatever. You can quit this RSS Guard non-gui instance by simply killing it or (if you want to close it peacefully) by running RSS Guard again with `-q` switch.
|
||||
|
||||
Now, you need to setup your client. On the client machine:
|
||||
|
||||
1. Install and launch RSS Guard.
|
||||
2. Set MariaDB SQL server as RSS Guard data storage and restart RSS Guard.
|
||||
3. Now, you should see feeds/messages which were fetched by RSS Guard server instance.
|
||||
|
||||
Goal of this approach is that your RSS Guard server instance can run forever and check for new messages even when you sleep. You then just launch RSS Guard in your client machine, and all messages will be there.
|
||||
|
||||
Localizations
|
||||
-------------
|
||||
RSS Guard currently includes [many localizations](http://www.transifex.com/projects/p/rssguard).
|
||||
|
|
Loading…
Reference in New Issue