You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+30-9Lines changed: 30 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ from MySQL to PostgreSQL as easy and smooth as possible.</p>
21
21
22
22
<h3>SYSTEM REQUIREMENTS</h3>
23
23
<ul>
24
-
<li> <b>Node.js 8 or higher</b></li>
24
+
<li> <b>Node.js 10 or higher</b></li>
25
25
</ul>
26
26
27
27
<h3>USAGE</h3>
@@ -38,22 +38,35 @@ from MySQL to PostgreSQL as easy and smooth as possible.</p>
38
38
<ul>
39
39
<li> config.json contains brief description of each configuration parameter</li>
40
40
<li>Make sure, that username, you use in your PostgreSQL connection details, defined as superuser (usually "postgres")<br> More info: <ahref="http://www.postgresql.org/docs/current/static/app-createuser.html">http://www.postgresql.org/docs/current/static/app-createuser.html</a></li>
41
+
<li>
42
+
<ul>
43
+
<li>As an option, you can move the entire <code>config</code> folder out of Nmig's directory and place it in any location</li>
44
+
<li>As an option, you can store the Nmig's logs in any location. All you need to do is to create the <code>nmig_logs</code> directory</li>
45
+
</ul>
46
+
</li>
41
47
</ul>
42
48
43
49
<p><b>4.</b> Go to Nmig directory, install dependencies, compile and run the app<br />
44
-
<b>Sample:</b><br />
50
+
<b>Sample:</b><br />
45
51
<pre>$ cd /path/to/nmig</pre><br />
46
52
<pre>$ npm install</pre><br />
47
53
<pre>$ npm run build</pre><br />
48
54
<pre>$ npm start</pre><br />
49
-
</p>
55
+
<b>Or, if you have moved <code>config</code> folder out from Nmig's directory:</b><br /><br />
0 commit comments