summaryrefslogtreecommitdiffstats
path: root/utils/test/vnfcatalogue/helpers/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'utils/test/vnfcatalogue/helpers/README.md')
-rw-r--r--utils/test/vnfcatalogue/helpers/README.md22
1 files changed, 22 insertions, 0 deletions
diff --git a/utils/test/vnfcatalogue/helpers/README.md b/utils/test/vnfcatalogue/helpers/README.md
new file mode 100644
index 000000000..6c0ca78c3
--- /dev/null
+++ b/utils/test/vnfcatalogue/helpers/README.md
@@ -0,0 +1,22 @@
+# Helper Directory
+
+## Helper to migrate database
+
+First make sure nodejs and mysql are installed. Then use
+
+```bash
+npm install bookshelf mysql knex when lodash --save
+```
+
+Create a database named **vnf_catalogue**.
+Enter the mysql credentials in migrate.js.
+
+Then use
+
+```bash
+node migrate
+```
+
+If successful the script will return success message. The current script is
+idempotent is nature, if run twice it will just return error and write nothing.
+