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

Contributing with Linux

Charles de Beauchesne edited this page Aug 2, 2018 · 1 revision

On Debian/Ubuntu, you may install v6_ui without docker, which may simplify most of operations.

Requirements

Required components may be installed using

sudo apt-get install virtualenv python3-dev nodejs-legacy npm openjdk-7-jdk gettext libgeos-dev redis-server

On Ubuntu 16.04, openjdk-7-jdk is no longer available but can be replaced by openjdk-8-jdk.

Checkout

git clone https://github.com/c2corg/v6_ui.git

Build & run

cd v6_ui
make -f config/dev install
make -f config/dev serve

Open your browser at http://localhost:6543 🚀