Skip to content
This repository has been archived by the owner on Aug 1, 2019. It is now read-only.

Contribution troubleshooting

Charles de Beauchesne edited this page Aug 2, 2018 · 3 revisions

You're trying to add a new feature/fix a bug on v6_ui, and you're experiencing some issue with your development environment ? Here is common issues with solution.

On my HP with Windows10, I can't install docker

You need to modify BIOS to authorize HYPER-V. See https://docs.microsoft.com/fr-fr/virtualization/hyper-v-on-windows/quick-start/enable-hyper-v

I've got problem with docker-compose up

First of all, try to update your docker :

docker pull c2corg/v6_ui:dev_environment

Then... to come !