Skip to content

πŸ‘ Cocorico is an open source marketplace solution for services and rentals. More information right here: https://www.cocorico.io/en/ πŸš€ 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 🏑):

License

Notifications You must be signed in to change notification settings

kurtpumares/cocorico

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Kalikasan Camp

Documentation

Documentation for Cocorico is available here

Quick Installation Based On Docker

To start the container in the background

docker run -d --name cocorico -ti -p 80:80 -p 3306:3306 -p 9001:9001 -p 27017:27017  -v `pwd`:/cocorico -v `pwd`/tmp/mysql:/var/lib/mysql -v `pwd`/tmp/mongo:/data/db -e HOST_UID=$UID cocolabs/cocorico

Connect to the container and run a command

docker exec -it --user cocorico cocorico sh

Stop and remove the container before restarting

docker stop cocorico && docker rm cocorico

View at http://localhost once the Symfony server is running

Control processes with Supervisor at http://localhost:9001

About

πŸ‘ Cocorico is an open source marketplace solution for services and rentals. More information right here: https://www.cocorico.io/en/ πŸš€ 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 🏑):

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 56.3%
  • Twig 20.7%
  • CSS 12.3%
  • JavaScript 7.9%
  • Gherkin 2.7%
  • Shell 0.1%