12345678910111213141516 |
- When installing to a server, pay attention:
- - This is a static website, so you just need to serve html, css,
- etc. static files.
- - The repository doesn't contain the picture on the front page. If you
- add a "make install" command to the makefile that uses rsync with
- "-av --delete", then remember to --excule the picture name.
- - Remember to also --exclude any other folders that need to be there
- and not related to this repository.
- - Remember to chown all files to the webserver's user (often
- www-data).
|