diff --git a/README.MD b/README.MD index 87df4de..cc3f489 100644 --- a/README.MD +++ b/README.MD @@ -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. ### Drupal 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 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. diff --git a/install_wisski.bash b/install_wisski.bash index c895182..7af78c1 100755 --- a/install_wisski.bash +++ b/install_wisski.bash @@ -716,7 +716,10 @@ while true; do sudo make sudo cp src/iipsrv.fcgi /usr/lib/iipimage-server/iipsrv.fcgi 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;; [Nn]* ) echo