CrafterCMS has no site configured after initial setup

621 views Asked by At

I downloaded the tar.gz for authoring with profile and social and also without profile and social.

With startup.sh http://localhost:8080/studio shows no site configured. Please configure the site you want to show or select a site on the authoring environment.

A quick look of the deployer logs show No config files found under /crafter/data/deployer/targets. No good documentation is available on this. I tried creating a yaml file after reading https://docs.craftercms.org/en/3.0/system-administrators/deployer/admin-guide.html still it doesn't change the situation.

I haven't tinkered with any configurations I only followed the quick start guide. No login page is also being displayed.

I am using version 3.1.10 and I have 8 gb of ram.

The tomcat log file has quite a lot of characters. I have attached it in gdrive https://drive.google.com/file/d/1-t37ETNWG94qcMnrXdIfwkHRa1khhtKp/view?usp=sharing

I have also attached the deployer logs https://drive.google.com/file/d/1A1hNvIdQeMPOVTfTDv_PtU2Xa10r-mwK/view?usp=sharing

1

There are 1 answers

1
sumerz On

From your logs, it seems that you're missing ncurses5:

[ERROR] 2020-11-25T12:05:36,874 [Exec Stream Pumper] [exec.ManagedProcess] | mysql_secure_installation: /home/aditya/Desktop/crafter/bin/dbms/bin/mysql: error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file or directory 

That breaks the authoring database. To fix this, see the instructions for your Linux distro here:

https://docs.craftercms.org/en/3.1/system-administrators/activities/installing-and-verifying-prerequisites.html#linux-prerequisite