]> git.mxchange.org Git - friendica.git/blob - mods/redme.txt
Remove api test pconfig debug
[friendica.git] / mods / redme.txt
1 sample-Lighttpd.config
2 sample-nginx.config
3
4                 Sample configuration files to use Friendica with Lighttpd
5                 or Nginx. Pleas check software documentation to know how modify
6                 these examples to make them work on your server.
7
8
9 sample-systemd.timer
10 sample-systemd.service
11
12                 Sample systemd unit files to start worker.php periodically.
13                 
14                 Please place them in the correct location for your system,
15                 typically this is /etc/systemd/system/friendicaworker.timer 
16                 and /etc/systemd/system/friendicaworker.service.
17                 Please report problems and improvements to 
18                 !helpers@forum.friendi.ca and @utzer@social.yl.ms or open an 
19                 issue in Github (https://github.com/friendica/friendica/issues).
20                 This is for usage of systemd instead of cron to start the worker.php
21                 periodically, the solution is work-in-progress and can surely be improved.
22
23 home.css
24 home.html
25
26                 Example files to customize the landing page of your Friendica node.
27                 The home.html file contains the text of the page, the home.css file
28                 the style information. The login box will be added according to the
29                 other system settings.
30                 Both files have to be placed in the base directory of your Friendica
31                 installation to be used for the landing page.