mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
there yet?
This commit is contained in:
parent
5179e053e0
commit
49082d811b
3 changed files with 8 additions and 8 deletions
|
@ -18,7 +18,7 @@ mediawiki_install: True
|
||||||
mediawiki_enabled: True
|
mediawiki_enabled: True
|
||||||
|
|
||||||
mediawiki_install_path: "{{ content_base }}"
|
mediawiki_install_path: "{{ content_base }}"
|
||||||
mediawiki_abs_path: "{{ mediawiki_install_path }}/{{ mediawiki_src }}"
|
mediawiki_abs_path: "{{ mediawiki_install_path }}/mediawiki-{{ mediawiki_version }}"
|
||||||
|
|
||||||
mediawiki_url: /mediawiki
|
mediawiki_url: /mediawiki
|
||||||
mediawiki_full_url: "http://{{ iiab_hostname }}.{{ iiab_domain }}/{{ mediawiki_url }}"
|
mediawiki_full_url: "http://{{ iiab_hostname }}.{{ iiab_domain }}/{{ mediawiki_url }}"
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
package: name={{ item }}
|
package: name={{ item }}
|
||||||
state=present
|
state=present
|
||||||
with_items:
|
with_items:
|
||||||
- {{ php_version }}-intl
|
- "php{{ php_version }}-intl"
|
||||||
- {{ php_version }}-mbstring
|
- "php{{ php_version }}-mbstring"
|
||||||
tags:
|
tags:
|
||||||
- download
|
- download
|
||||||
|
|
||||||
|
@ -68,7 +68,7 @@
|
||||||
dest: "{{ mediawiki_abs_path }}/LocalSettings.php"
|
dest: "{{ mediawiki_abs_path }}/LocalSettings.php"
|
||||||
owner: root
|
owner: root
|
||||||
group: "{{ apache_user }}"
|
group: "{{ apache_user }}"
|
||||||
mode: 0600
|
mode: 0640
|
||||||
|
|
||||||
- name: Copy mediawiki httpd conf file
|
- name: Copy mediawiki httpd conf file
|
||||||
template:
|
template:
|
||||||
|
|
|
@ -25,7 +25,7 @@ $wgSitename = "{{ mediawiki_site_name }}";
|
||||||
## For more information on customizing the URLs
|
## For more information on customizing the URLs
|
||||||
## (like /w/index.php/Page_title to /wiki/Page_title) please see:
|
## (like /w/index.php/Page_title to /wiki/Page_title) please see:
|
||||||
## https://www.mediawiki.org/wiki/Manual:Short_URL
|
## https://www.mediawiki.org/wiki/Manual:Short_URL
|
||||||
$wgScriptPath = "{{ mediawiki_abs_path }}";
|
$wgScriptPath = "{{ mediawiki_url }}";
|
||||||
|
|
||||||
## The protocol and server name to use in fully-qualified URLs
|
## The protocol and server name to use in fully-qualified URLs
|
||||||
#$wgServer = "http://{{ iiab_hostname }}.{{ iiab_domain }}";
|
#$wgServer = "http://{{ iiab_hostname }}.{{ iiab_domain }}";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue