Skip to content

Commit

Permalink
add missing ldap dependency also to pybossa section and in playbook
Browse files Browse the repository at this point in the history
  • Loading branch information
therealmarv committed Oct 5, 2017
1 parent 45692d2 commit fca74c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/install.rst
Expand Up @@ -104,7 +104,8 @@ Installing the required libraries for PYBOSSA is a step that will need to use
some compilers and dev libraries in order to work. Thus, you will need to
install the following packages::

sudo apt-get install python-dev build-essential libjpeg-dev libssl-dev libffi-dev dbus libdbus-1-dev libdbus-glib-1-dev
sudo apt-get install python-dev build-essential libjpeg-dev libssl-dev libffi-dev
sudo apt-get install dbus libdbus-1-dev libdbus-glib-1-dev libldap2-dev libsasl2-dev

Then, you are ready to download the code and install the required libraries for
running PYBOSSA.
Expand Down
1 change: 1 addition & 0 deletions provisioning/playbook.yml
Expand Up @@ -46,6 +46,7 @@
- libsasl2-dev
- libldap2-dev
- libssl-dev
- libldap2-dev

- name: install PostgreSQL
apt: name={{item}} state=latest
Expand Down

0 comments on commit fca74c0

Please sign in to comment.