Skip to content
Open
Show file tree
Hide file tree
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
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ Once the virtualenv is made and activated:

pip install -r requirements.txt

If exporting users is also required, install MySQL-python:

pip install MySQL-python=1.2.5

## Alternative Installation for Debian/Ubuntu Linux

Installing everything via pip as shown above means compiling some
Expand Down Expand Up @@ -109,7 +113,7 @@ You only need the plugins for any features that you are using in your Mediawiki

This step is optional, but it's nice as it matches the user names in the imported revision history with actual users in dokuwiki.

For this step you need access to the MySQL database backing the mediawiki install, and local access to the dokuwiki root directory.
For this step you need MySQL-python installed and access to the MySQL database backing the mediawiki install, and local access to the dokuwiki root directory.

An example usage looks like this:

Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
setuptools
mwlib==0.15.14
MySQL-python==1.2.5
Pillow==2.8.1
apipkg==1.4
argparse==1.2.1
Expand Down