Update README.md

This commit is contained in:
solusipse
2013-09-06 14:44:38 +02:00
parent b932c45685
commit 31022de8ec

View File

@@ -79,6 +79,21 @@ Slug size: ```yourserver.com/SLUG_OF_CHOSEN_LENGTH/```.
- Buffer size
- Queue size
## Running as service ##
You can run fiche as service, there is simple systemd example:
```
[Unit]
Description=FICHE-SERVER
[Service]
ExecStart=/usr/local/bin/fiche -d code.solusipse.net -o /home/www/code/
[Install]
WantedBy=multi-user.target
```
## Webserver ##
To make files available for users, you need to host them somehow. Http server is easiest option. Just set root