BookStackApp / BookStack

A platform to create documentation/wiki content built with PHP & Laravel
https://www.bookstackapp.com/
MIT License
15.22k stars 1.9k forks source link

LDAP Docker/Script Setup #1701

Closed ewhubby closed 3 years ago

ewhubby commented 5 years ago

BookStack v0.27.4 PHP Version: 7.2 Docker Ubuntu Server 18.04

Hello. I need some support. I have installed the script to install BookStack and love it. I am trying to setup LDAP (AD) but am not able to. I found issues stating to update the .env file in /var/www/bookstack. I do not have this file.

Does anyone have any setup notes or can provide the steps for setting up LDAP after using the install script under Ubuntu 18.04?

ssddanbrown commented 5 years ago

Hi @ewhubby, If you used the Ubuntu 18.04 install script, Then /var/www/bookstack should be the correct location. Often files started with a . such as .env will be hidden my default on linux systems. if you run cd /var/www/bookstack && ls -alh do you see the .env file in the output?

ewhubby commented 5 years ago

Thank you Dan for the information! I will give this a try.

ssddanbrown commented 3 years ago

Will therefore close this off.