X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/89ba5eab46ae6c2ecb30af538604ed17a13f4994..194eaeb68792565c85b93dc8ca7cfe64e1ed919e:/INSTALL.md diff --git a/INSTALL.md b/INSTALL.md index 129b071f1..afd0a55c4 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -18,17 +18,17 @@ of packages required before you can get the various gems installed. ## Minimum requirements -* Ruby 2.0 +* Ruby 2.3 * RubyGems 1.3.1+ * PostgreSQL 9.1+ * ImageMagick * Bundler * Javascript Runtime -These can be installed on Ubuntu 14.04 or later with: +These can be installed on Ubuntu 16.04 or later with: ``` -sudo apt-get install ruby2.0 libruby2.0 ruby2.0-dev \ +sudo apt-get install ruby2.3 libruby2.3 ruby2.3-dev \ libmagickwand-dev libxml2-dev libxslt1-dev nodejs \ apache2 apache2-threaded-dev build-essential git-core \ postgresql postgresql-contrib libpq-dev postgresql-server-dev-all \