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

Howto Contribute on Windows or Mac

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

Requirements

  • Windows 10 Pro/Enterprise 64 bits, or Mac
  • Docker, installation is straghtforward and well documented on docker store.
  • Git (Windows, Mac)

Clone v6_ui somewhere

cd ~/workspace
git clone https://github.com/c2corg/v6_ui.git
cd v6_ui

Get the containers up !

docker-compose up

Et voila! http://localhost:6553 🚀

Develop

Once you're contribution done, testing it is quite painful, as you have to restart docker (several minutes) :

  • Kill docker-compose with CTRL+C
  • and relaunch it