Skip to content

Instantly share code, notes, and snippets.

@bor8
Last active April 14, 2018 13:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bor8/1cbb0a825215114cef7a5d6d558508d0 to your computer and use it in GitHub Desktop.
Save bor8/1cbb0a825215114cef7a5d6d558508d0 to your computer and use it in GitHub Desktop.
Install QGIS Web Client 2 on Ubuntu 16.04

Install QGIS Web Client 2 on Ubuntu 16.04

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment