mirror of
https://github.com/YunoHost/dynette.git
synced 2024-09-03 20:06:17 +02:00
Adding missing dependency for bundle install
This commit is contained in:
parent
7234548b89
commit
d57700af51
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ git clone https://github.com/YunoHost/dynette
|
|||
Web subscribe server deployment
|
||||
-------------------------------
|
||||
```
|
||||
apt-get install postgresql ruby thin libpq-dev bundler apache2
|
||||
apt-get install postgresql postgresql-server-dev-9.4 ruby thin libpq-dev bundler apache2
|
||||
```
|
||||
|
||||
In dynette repository:
|
||||
|
|
Loading…
Add table
Reference in a new issue