Changes

Jump to navigation Jump to search
m
Line 404: Line 404:  
=Running=
 
=Running=
 
==First start==
 
==First start==
* Update the /srv/wiki/docker-compose.yml file with the host, email and database password
+
* Update the /srv/wiki/docker-compose.yml file with the hostname (or FQDN for Internet), your email, and database passwords.
 
* Run '''''docker-compose up -d''''' to start  
 
* Run '''''docker-compose up -d''''' to start  
 
* Login to wiki to complete setup (use https://<fqdn> specified in the files above)
 
* Login to wiki to complete setup (use https://<fqdn> specified in the files above)
    
===Database connection details===
 
===Database connection details===
When prompted for the database enter '''db://localhost'''
+
* When prompted for the database enter '''db://localhost'''
 +
 
 +
Note: When prompted have MediaWiki use the same user (root) account for the database that was used for setup.  Attempting to use a different user will result in an error and failure.  This is due to the MediaWiki setup script attempting to use the database connection string as the hostname for the user (<username>@<connection string>) when granting user access to the database.
    
==LocalSettings File==
 
==LocalSettings File==

Navigation menu