1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

server parameter creates error in LocalSettings which I patched

this hopefully solves the problem
This commit is contained in:
Tim Moody 2018-06-20 10:59:46 -04:00
parent 3b0add7ded
commit 82f22ee621

View file

@ -53,7 +53,6 @@
--installdbpass={{ mediawiki_db_user_password }}
--dbuser={{ mediawiki_db_user }}
--dbpass={{ mediawiki_db_user_password }}
--server="{{ iiab_hostname }}.{{ iiab_domain }}"
--scriptpath=/mediawiki
--lang=en
--pass={{ mediawiki_admin_user_password }}
@ -63,14 +62,6 @@
chdir: "{{ mediawiki_abs_path }}"
creates: "{{ mediawiki_abs_path }}/LocalSettings.php"
- name: Copy mediawiki config file to change a few calculated settings
template:
src: LocalSettings.php.j2
dest: "{{ mediawiki_abs_path }}/LocalSettings.php"
owner: root
group: "{{ apache_user }}"
mode: 0640
- name: Copy mediawiki httpd conf file
template:
src: mediawiki.conf.j2