Skip to content

Commit

Permalink
Merge pull request rails#47778 from zzak/dev-deps-debian
Browse files Browse the repository at this point in the history
Add a note about installing dev deps on debian linux
  • Loading branch information
zzak authored Mar 27, 2023
2 parents 00c0f5e + 766c26d commit 99096b8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions guides/source/development_dependencies_install.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,16 @@ Or install everything through ports (these packages are located under the
NOTE: If you run into problems during the installation of MySQL, please see
[the MySQL documentation](https://dev.mysql.com/doc/refman/en/freebsd-installation.html).

#### Debian

To install all dependencies run:

```bash
$ sudo apt-get install sqlite3 libsqlite3-dev default-mysql-server default-libmysqlclient-dev postgresql postgresql-client postgresql-contrib libpq-dev redis-server memcached imagemagick ffmpeg mupdf mupdf-tools libxml2-dev libvips42 poppler-utils
```

NOTE: If you are running Debian, MariaDB is the default MySQL server, so be aware there may be differences.

### Database Configuration

There are couple of additional steps required to configure database engines
Expand Down

0 comments on commit 99096b8

Please sign in to comment.