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

Can you please update your Documentation? #511

Closed rakibulinux closed 3 years ago

rakibulinux commented 4 years ago

Hello, dear Cocorico team, Thanks for making this for us. I see in doc there is not much clear about install doc on Linux Server. I think for not much clear doc many people are not able to use your application. I think good Documentation will easier to install and maintenance Cocorico and increase your users. My humble request please make good Documentation that can help users to install it easily with Nginx or Apache. Regards

cocolabssas commented 4 years ago

Hi @rakibulinux

Thanks for this recommendation. From what we know if you are used to install LAMP environments you should not have to much difficulties to install Cocorico. It seems that you have some difficulties to install it. Could you communicate what was your issues and eventually also how you fix them. You can also complete the documentation if some information are missing.

Thanks!

rakibulinux commented 4 years ago

Hello, @cocolabssas Thanks for the replay. Can we get an Nginx configuration example for Cocorico? I just get here Apache. It will really help us. Also, you have any community for Cocorico?: https://github.com/Cocolabs-SAS/cocorico/blob/master/doc/virtual-hosts.md

shiroineechan commented 4 years ago

hello @cocolabssas i have the same issue as him. i used XAMPP and windows to operate it, can you please show me how to install it or make a video so everyone else who have the same problem can watch it.

jmspldnl commented 4 years ago

FWIW - I have over 10yrs of LAMP experience and I've also had issues installing this application...

skylancr commented 4 years ago

cocorico Screen2

Hello! I can't install it properly too (and yes, I have experience with local servers). I had tried to install it on two different machines, with WAMP and OpenServer. Still, I get this welcome page after the installation is over (as it shown on the screenshot, the layout of the page is broken, there is no pictures and styles) Could you please help me with that issue

cocolabssas commented 3 years ago

Hello everyone,

First of all thank you for your feedback! Although many people have succeeded without too much difficulty in installing Cocorico, we will, taking into account your requests, make the installation even easier.

In the meantime, here are some remarks:

Concerning your issue @skylancr you need, according to your domain,to set these parameters:

cocorico.assets_base_urls: 'http://cocorico.local/'
router.request_context.host: cocorico.local
router.request_context.scheme: http
router.request_context.base_url: ''

in your app/config/parameters.yml and then execute:

php bin/console assets:install --symlink web --env=dev
php bin/console assetic:dump  --env=dev

See doc / installation-application.md:107

Hope it helps!