From 5488038e010f241c2f193af829d8c2a40a2b2806 Mon Sep 17 00:00:00 2001 From: Anatoly Khaytovich Date: Sat, 30 Jan 2016 20:57:05 +0200 Subject: [PATCH] Update README.md --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4eb6176..a74f8fe 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,6 @@ Chunk size can be adjusted easily via configuration file.

SYSTEM REQUIREMENTS

USAGE

@@ -37,11 +35,15 @@ Chunk size can be adjusted easily via configuration file.

2. Download NMIG package and put it on the machine running your PostgreSQL.
Sample: 

 /path/to/nmig

-

3. Update configuration file located at

/path/to/nmig/config.json
with correct details.

+

3. Edit configuration file located at

/path/to/nmig/config.json
with correct details.

Note:  config.json contains brief description of each configuration parameter.

-

4. Run the app from a terminal.
-     Sample:  

$ node /path/to/nmig/main.js

+

4.

Go to nmig directory, install dependencies, and run the app.
+     Sample:
+
$ cd /path/to/nmig

+
$ npm install mysql

+
$ npm install pg

+
$ node main.js

5. At the end of migration check log files, if necessary.
    Log files will be located under "logs_directory" folder in the root of the package.