mirror of
https://github.com/publiclab/mapknitter.git
synced 2025-12-14 20:30:00 +01:00
* Add yarn * Remove error log * Modify package.json * Add yarn install to start.sh * Add leaflet google * Remove leaflet-google from package json * remove passenger error logs * Fix install script * Remove flag * Fix gemfile * Fix conflicts * Fix gemfile.lock * Run asset-precompile on travis * Run create only for production * Change permissions of exporter script * Cherry pick local builds for travis runners, https://github.com/publiclab/mapknitter/pull/672 Co-authored-by: Álax de Carvalho Alves <alaxallves@gmail.com> * Fix rubocop offence
17 lines
622 B
Bash
Executable File
17 lines
622 B
Bash
Executable File
sudo add-apt-repository -y ppa:ubuntugis/ppa
|
|
sudo apt-get update
|
|
sudo apt-get install -y gdal-bin \
|
|
python3-gdal \
|
|
python-gdal \
|
|
curl \
|
|
libcurl4-openssl-dev \
|
|
libssl-dev zip \
|
|
libmysqlclient-dev \
|
|
imagemagick \
|
|
ruby-rmagick \
|
|
libfreeimage3 \
|
|
libfreeimage-dev \
|
|
ruby-dev \
|
|
libmagickcore-dev \
|
|
libmagickwand-dev
|