summaryrefslogtreecommitdiffstats
path: root/vnfcatalogue/helpers/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'vnfcatalogue/helpers/README.md')
-rw-r--r--vnfcatalogue/helpers/README.md22
1 files changed, 0 insertions, 22 deletions
diff --git a/vnfcatalogue/helpers/README.md b/vnfcatalogue/helpers/README.md
deleted file mode 100644
index 6c0ca78..0000000
--- a/vnfcatalogue/helpers/README.md
+++ /dev/null
@@ -1,22 +0,0 @@
-# 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.
-