Update vagrant config to use Ubuntu 18.04
This commit is contained in:
parent
86fcb272e5
commit
b4d1a7ad67
2 changed files with 5 additions and 5 deletions
|
@ -16,12 +16,12 @@ apt-get update
|
|||
apt-get upgrade -y
|
||||
|
||||
# install packages as explained in INSTALL.md
|
||||
apt-get install -y ruby2.3 libruby2.3 ruby2.3-dev \
|
||||
apt-get install -y ruby2.5 libruby2.5 ruby2.5-dev \
|
||||
libmagickwand-dev libxml2-dev libxslt1-dev nodejs \
|
||||
apache2 apache2-dev build-essential git-core \
|
||||
postgresql postgresql-contrib libpq-dev postgresql-server-dev-all \
|
||||
libsasl2-dev imagemagick phantomjs
|
||||
gem2.3 install bundler
|
||||
gem2.5 install rake bundler
|
||||
|
||||
## install the bundle necessary for openstreetmap-website
|
||||
pushd /srv/openstreetmap-website
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue