Cocolabs-SAS / cocorico

👐 Cocorico is an open source marketplace solution for services and rentals. More information right here: https://www.cocorico.io/ 🚀 Cocorico is also available in an off-the-shelf SaaS package, check out https://www.hatch.li to launch your platform today. 😍 We are hiring (telecommute welcome 🏡): https://www.welcometothejungle.com/en/companies/cocorico/jobs/candidatures-spontanees#apply
https://www.cocolabs.com
MIT License
857 stars 610 forks source link

Cocorico customization #472

Closed jra83 closed 4 years ago

jra83 commented 4 years ago

Hi to the community,

After quite some research I think i need some lights to understand where I am wrong. About me : I am a newby with docker and cocorico. I've some knowledge but definitely limited. The context : The Idea is to have a rather simple proof of concept before having some consulting for deeper customization of cocorico source code. What I did : I used the cocorico docker image on a ubuntu VM as I was struggeling with my windows installation. So far I can access the website on http://localhost and the admin panel on /admin. I checked the config.php and just added the ip of docker in the config.php file. I have only one recommandation that i didn't solve (because it doesn't seem to be a problem). "intl ICU version installed on your system is outdated (60.2) and does not match the ICU data bundled with Symfony (65.1)"

My question : in the administration pannel, I have almost nothing. for example http://localhost/admin/parameter/list there is no result. --> To customize messages and stuff, should it be there like in Word Press ? --> Could you please indicate me if my admin pannel is right or if I should have something else ? --> If it is not with the admin pannel that we customize basics things, where should it be ? I ve walked through the folders with twig files and so on, but nothing seems to be it.

Thanks a lot,

JR

jra83 commented 4 years ago

seems that asking the questions help find the solutions. If it helps peoples joining the community : My struggle was on all the meta data : "home.meta_title" for example. I found my solution in the Xliff files that contain the translations, for example "cocorico_home.fr.xliff" in app/resources/translations. Hope it will help other newbies.