Skip to content

Commit

Permalink
Update list of dependencies to install
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhughes committed Jun 29, 2019
1 parent 4e3527f commit 78ecc76
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions INSTALL.md
Expand Up @@ -31,7 +31,7 @@ sudo apt-get install 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 libffi-dev
libsasl2-dev imagemagick libffi-dev libgd-dev libarchive-dev libbz2-dev
sudo gem2.5 install bundler
```

Expand All @@ -46,7 +46,8 @@ sudo dnf install ruby ruby-devel rubygem-rdoc rubygem-bundler rubygems \
libxml2-devel js \
gcc gcc-c++ git \
postgresql postgresql-server postgresql-contrib postgresql-devel \
perl-podlators ImageMagick libffi-devel nodejs-yarn
perl-podlators ImageMagick libffi-devel gd-devel libarchive-devel \
bzip2-devel nodejs-yarn
```

If you didn't already have PostgreSQL installed then create a PostgreSQL instance and start the server:
Expand Down

0 comments on commit 78ecc76

Please sign in to comment.