From 03c21de220ebe79058b60f60339ec7c172e935e6 Mon Sep 17 00:00:00 2001 From: Milan Date: Mon, 20 Feb 2023 20:53:24 +0100 Subject: [PATCH] install/INSTALL.md: add some installation hints --- install/INSTALL.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/install/INSTALL.md b/install/INSTALL.md index d604323..c9ed5cb 100644 --- a/install/INSTALL.md +++ b/install/INSTALL.md @@ -151,10 +151,6 @@ To edit your radio programm open http:///agenda/planung/ ccAdmin shug!3Lu -If you need to reset the default admin account run - - update calcms_users set pass='$2a$08$oLiwMC1vYD8ZzfjKdpTG3OBFAXbiKslWIe0w005ysdxO0kE/A/12G', salt='oLiwMC1vYD8ZzfjKdpTG3O' where name='ccAdmin'; - # inject calcms into your website calcms uses a copy of your web page as a template to have the same layout as your web site. @@ -181,3 +177,10 @@ if using plesk, use # for example: `modified_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP cat migrate | mysql -u root calcms +## reset the default admin account run + + update calcms_users set pass='$2a$08$oLiwMC1vYD8ZzfjKdpTG3OBFAXbiKslWIe0w005ysdxO0kE/A/12G', salt='oLiwMC1vYD8ZzfjKdpTG3O' where name='ccAdmin'; + +## Image::Magick::Square + +If installation of Image::Magick::Square fails, you probably need to install a recent version of Image::Magick.