-
MediaWiki install
요구사항
PHP: PHP 7.4.3+
DB: MariaDB 10.1.0+ or MySQL 5.5.8+Apache와 Php 준비
다운로드
https://www.mediawiki.org/wiki/Download
Download - MediaWiki
Download MediaWiki 1.38.2 (.zip) Download .tar.gz instead System Requirements MediaWiki requires PHP 7.4.3+, a webserver software, and either MariaDB 10.1.0+, MySQL 5.5.8+, SQLite 3.8+ or PostgreSQL 9.4+. Using MariaDB or MySQL is recommended as Wikimedia
www.mediawiki.org
MediaWiki 1.35.7 (download .zip, download .tar.gz) - long-term support (LTS) https://releases.wikimedia.org/mediawiki/1.35/mediawiki-1.35.7.zip
Apache에 넣기
압축파일을 풀어서 넣는다.
여기서 사용하는 위치는 "C:\Apache24\htdocs\wiki1"
Wiki초기접속
http://localhost/wiki1/
http://localhost/wiki1/mw-config/에 접속하면 초기 설정을 하라고 한다.
로그인 오류
mediawiki badmethodcallexception
오류 표시 켜기(LocalSettings.php)
$wgShowExceptionDetails=true;
BadMethodCallException from line 448 of C:\Apache24\htdocs\wiki1\includes\session\Session.php: Encryption is not available. You really should install the PHP OpenSSL extension. But if you really can't and you're willing to accept insecure storage of sensitive session data, set $wgSessionInsecureSecrets = true in LocalSettings.php to make this exception go away.
안전하지 않은 저장을 허용하여 예외 제거하기(LocalSettings.php)
$wgSessionInsecureSecrets = true
'WebService' 카테고리의 다른 글
url 구조 (0) 2023.01.20 NginX (엔진엑스) (0) 2023.01.12 Jsp(Java Server Pages) (0) 2023.01.11 Servlet (Java Web Server) (0) 2023.01.11 Php 설치 (0) 2022.09.27 Apache 설치 (0) 2022.09.27 Apache에 Php 설치 (0) 2022.09.27 Template Engine (0) 2022.09.25