summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-08-06 11:48:55 +0300
committerAndrew Dolgov <[email protected]>2019-08-06 11:48:55 +0300
commit6a9a441f7eb4356a26a622da541d9bff33b5f991 (patch)
treefe9b98082339e922f06d98cfd9e94519eb88922b
parent375d83559b972da9fdb9821417464623c1e4e00d (diff)
add readme
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..b50a757
--- /dev/null
+++ b/README.md
@@ -0,0 +1,10 @@
+# Data migration plugin
+
+Migrates user articles using a neutral format (JSON in a ZIP archive). Can be used
+to transfer articles between different database types (i.e. MySQL to PostgreSQL).
+
+## Installation
+
+1. Git clone to ``/plugins.local/data_migration``
+2. Enable plugin in ``PLUGINS`` directive of ``config.php``
+3. Plugin is invoked using command line: ``php ./update.php --help``