add some comments

This commit is contained in:
rnsrk 2021-09-28 21:37:22 +02:00
parent 6a669e6749
commit 3513a966e3
2 changed files with 5 additions and 2 deletions

View file

@ -13,7 +13,7 @@ You have the possibility to tweak your php environment and create a virtual host
The scripts helps you secure a fresh DBMS installation and create (or keep) your database and database users. The scripts helps you secure a fresh DBMS installation and create (or keep) your database and database users.
### Drupal ### Drupal
Drupal is installed via composers recommended-project option (where vendor and web directory is seperated). Drupal is installed via composers recommended-project option (where vendor and web directory is seperated).
The script also download WissKI-parts, and dependencies respectively libraries. The installation of the colorbox is quite straightforward. Just some small download. The mirador library is a precompiled zip ready to use and it comes with an IIP Server, so this part is quite intense. Since colorbox is widely used, Mirador is more special, so skip mirador if you do not need it. The script also download WissKI-parts, and dependencies respectively libraries. The installation of the colorbox is quite straightforward. Just some small download. The mirador library is a precompiled zip ready to use and it comes with an IIP Server, so this part is quite intense. The IIPImage server can be reached at http://localhost/iipsrv/iipsrv.fcgi after the installation (important for the WissKI IIIF config. Since colorbox is widely used, Mirador is more special, so skip mirador if you do not need it.
### SSL ### SSL
If you choose to install in production mode, you have the possibility to enable ssl support. If you choose to install in production mode, you have the possibility to enable ssl support.
Either you have already certificates, than you can adapt the `example-ssl.conf` or you use certbot to get some from letsencrypt. Either you have already certificates, than you can adapt the `example-ssl.conf` or you use certbot to get some from letsencrypt.

View file

@ -716,7 +716,10 @@ while true; do
sudo make sudo make
sudo cp src/iipsrv.fcgi /usr/lib/iipimage-server/iipsrv.fcgi sudo cp src/iipsrv.fcgi /usr/lib/iipimage-server/iipsrv.fcgi
cd ${DIR} cd ${DIR}
systemctl restart apache2 &> /dev/null
echo
echo -e "${GREEN}Sucessfully intalled IIPImage server."
echo -e "You reach him at http://localhost/iipsrv/iipsrv.fcgi${NC}"
break;; break;;
[Nn]* ) [Nn]* )
echo echo