Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DietPi-Software | MediaWiki #987

Merged
merged 1 commit into from
Apr 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/software/social.md
Original file line number Diff line number Diff line change
Expand Up @@ -348,9 +348,9 @@ This collaboration and documentation platform was originally developed for and i

1. Database type: `MariaDB, MySQL, or compatible`
1. Database host: `localhost`
1. Database name: `wikimedia`
1. Database name: `mediawiki`
1. Database table prefix: Since we use a dedicated database, you can leave this empty.
1. Database username: `wikimedia`
1. Database username: `mediawiki`
1. Database password: `<your global password>` (default: `dietpi`)

The next steps allow you to create an admin user to use for subsequent logins and setup wiki details. As last setup step you need to download the generated `LocalSettings.php` and upload it or copy and paste the content to `/var/www/wiki/LocalSettings.php`. When done, you can access your wikis main page, login with the previously created admin user and start creating content.
Expand Down
Loading