Skip to content

HansKramer/DockerMediaWiki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DockerMediaWiki

== Build ==

$ ./build.sh $ ./run.sh -s

Then point chrome to the wiki and configure it. Download the LocalSettings.php. In the container scp this file from your desktop to /var/www/html/wiki and change permissions

root@32743efbd39b:/# scp user@your-ip:Downloads/LocalSettings.php /var/www/html/wiki root@32743efbd39b:/# chmod a+r /var/www/html/wiki/LocalSettings.php root@32743efbd39b:/# exit

Commit the container

$ docker ps $ docker commit container-id wiki:latest

About

Dockerfile for MediaWiki

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages