Skip to content

Commit

Permalink
Modified kool so it will use our ldap domain auth
Browse files Browse the repository at this point in the history
  • Loading branch information
davidweisgerber committed Jan 6, 2017
1 parent e3c68ed commit d7fa8f7
Show file tree
Hide file tree
Showing 3 changed files with 16,840 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ EXPOSE 80

# update and upgrade packages
RUN apt-get update && apt-get upgrade -y
RUN apt-get install mysql-server apache2 php5 php5-gd texlive-latex-recommended php5-imap unzip wget php5-mysql -y
RUN apt-get install mysql-server apache2 php5 php5-gd texlive-latex-recommended php5-imap unzip wget php5-mysql -y samba-client
RUN apt-get clean

RUN mkdir /var/lib/kOOL && cd /var/lib/kOOL && wget http:https://www.churchtool.org/fileadmin/user_upload/packages/kOOL_source_R45.zip && unzip kOOL_source_R45.zip
RUN cd /var/lib/kOOL && wget https://github.com/smarty-php/smarty/archive/v2.6.28.zip && unzip v2.6.28.zip
ADD ko.inc /var/lib/kOOL/lib/inc/ko.inc
ADD index.php /var/lib/kOOL/lib/admin/index.php
RUN mkdir /var/www/html/kOOL && cp /var/lib/kOOL/lib/install/kOOL_setup.sh /var/www/html/kOOL && cd /var/www/html/kOOL && bash ./kOOL_setup.sh

RUN mkdir /data
Expand Down
Loading

0 comments on commit d7fa8f7

Please sign in to comment.