4480c49fd6a0820fc6bd68766c939b53cfca585c
wiki/info/landscape/creating-ec2-image-for-webserver-from-scratch.md
| ... | ... | @@ -39,6 +39,11 @@ Successfully uninstalled rack-2.0.3 |
| 39 | 39 | * ensure the Wiki startup script `serve.sh` configured for port 4567 and `config.ru` as well as the entire Gollum installation under /home/wiki are present, as well as the `users.yml` file |
| 40 | 40 | * ensure there is a reasonable `/root/.goaccess` file |
| 41 | 41 | * ensure there is the `/etc/tmux.conf` file that maps your hotkeys (Ctrl-a vs. Ctrl-b, for example) |
| 42 | +* rename the `welcome.conf` file of the Apache configuration because it harms directory index presentation: |
|
| 43 | +``` |
|
| 44 | +cd /etc/httpd/conf.d |
|
| 45 | +mv welcome.conf welcome.conf.org |
|
| 46 | +``` |
|
| 42 | 47 | * install bugzilla to `/usr/share/bugzilla` and `/var/lib/bugzilla` |
| 43 | 48 | * create `/etc/bugzilla/localconfig` |
| 44 | 49 | * set up crontab for user `wiki` as `*/10 * * * * /home/wiki/syncgit` and make sure the script is in place |