Manage cookies that are used for advertising, such as ad personalization, remarketing, and ad effectiveness analysis.
2.14.14.1. Install MediaWiki
Manual install
Prepare
- Set PHP version 7.3 for the site (official requirements).
- Download archive with the latest version of MediaWiki to your PC from the official site.
- Place the distribution files on the hosting:
- Using file-manager or any FTP client, upload the archive to the root directory of the previously added site.
- Extract the downloaded archive using file manager.
- Move all contents of the
mediawiki-X.XX.Xsubdirectory to the root directory.
- Prepare database:
Install
- Open site in a browser by adding
mw-configto its address (example —example.com/mw-config). - Select a language and click "Next".
- Make sure that the external environment check has been successfully completed, and click "Next".
- Specify the database connection settings and click "Next":
- "Database type" — "MariaDB, MySQL or compatible".
- "Database host" — database host.
- "Database name (without hyphens)" — database name.
- "Database table prefix (without hyphens)" — leave empty or set any value at your discretion.
- "Database login name" — database user login.
- "Database password" — database user password.
- Enable "Use the same account as for installation" and click "Next".
- Specify the wiki settings, enable "Enough, set up the wiki" and click "Next":
- "Wiki name" — arbitrary wiki name.
- "Project namespace" — "Same as wiki name" or another option.
- "Your participant name" — administrator login.
- "Password" and "Password again" — administrator password (at least 10 characters).
- "Email address" — administrator's email.
- "Subscribe to the newsletter about new MediaWiki releases" — enable this if you want to receive messages about new MediaWiki releases.
- "Share information about this installation with MediaWiki developers" — disable if you do not want to send information about your software environment configuration to MediaWiki developers.
- Click "Next" again.
- Wait for the installation to complete and click "Next".
- Download the
LocalSettings.phpfile to your PC and use the file manager or any FTP client to upload it to the hosting in site root directory. - Check the site operation.