cd /opt
curl -sL https://deb.nodesource.com/setup_8.x -o nodesource_setup.sh
chmod +x nodesource_setup.sh
bash nodesource_setup.sh
apt install nodejs
nodejs -v
npm -v
npm install -g yarn
mkdir -p /opt/git/
cd /opt/git/
git clone --recursive https://github.com/qgis/qwc2-demo-app.git
cd qwc2-demo-app/
yarn install
yarn start
Last active
April 14, 2018 13:32
-
-
Save bor8/1cbb0a825215114cef7a5d6d558508d0 to your computer and use it in GitHub Desktop.
Install QGIS Web Client 2 on Ubuntu 16.04
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment