server.txt 517 B

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