diff --git a/docs-core/pom.xml b/docs-core/pom.xml index 38372ed58..37e5e2389 100644 --- a/docs-core/pom.xml +++ b/docs-core/pom.xml @@ -5,7 +5,7 @@ com.sismics.docs docs-parent - 1.5-SNAPSHOT + 1.5 .. diff --git a/docs-importer/README.md b/docs-importer/README.md index ff91b6f9a..344a746c4 100644 --- a/docs-importer/README.md +++ b/docs-importer/README.md @@ -3,20 +3,28 @@ File Importer This tool can be used to do a single import of files or to periodically scan for files in an input folder. -Requirements ------------- -- NodeJS 9 -- NPM +Downloads +--------- +Built binaries for Windows/Linux/MacOSX can be found at Usage ----- ```console -npm install -node main.js +./docs-importer-macos (for MacOSX) +./docs-importer-linux (for Linux) +docs-importer-win.exe (for Windows) ``` A wizard will ask you for the import configuration and write it in `~/.config/preferences/com.sismics.docs.importer.pref` Daemon mode ----------- -The daemon mode scan the input directory every 30 seconds for new files. Once a file is found and imported, it is **deleted**. \ No newline at end of file +The daemon mode scan the input directory every 30 seconds for new files. Once a file is found and imported, it is **deleted**. + +Build from sources +------------------ +```console +npm install +npm install -g pkg +pkg . +``` \ No newline at end of file diff --git a/docs-importer/package.json b/docs-importer/package.json index 98ab19686..1eadb98fb 100644 --- a/docs-importer/package.json +++ b/docs-importer/package.json @@ -2,7 +2,7 @@ "name": "docs-importer", "version": "1.0.0", "description": "Import files to Sismics Docs", - "main": "main.js", + "bin": "main.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, diff --git a/docs-stress/pom.xml b/docs-stress/pom.xml index 0ea525681..a876df3c0 100644 --- a/docs-stress/pom.xml +++ b/docs-stress/pom.xml @@ -5,7 +5,7 @@ com.sismics.docs docs-parent - 1.5-SNAPSHOT + 1.5 .. diff --git a/docs-web-common/pom.xml b/docs-web-common/pom.xml index efa9acedd..b4218973e 100644 --- a/docs-web-common/pom.xml +++ b/docs-web-common/pom.xml @@ -5,7 +5,7 @@ com.sismics.docs docs-parent - 1.5-SNAPSHOT + 1.5 .. diff --git a/docs-web/pom.xml b/docs-web/pom.xml index 95fa0114e..7849fa3d1 100644 --- a/docs-web/pom.xml +++ b/docs-web/pom.xml @@ -5,7 +5,7 @@ com.sismics.docs docs-parent - 1.5-SNAPSHOT + 1.5 .. diff --git a/pom.xml b/pom.xml index c9f688ce3..b69cb385f 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.sismics.docs docs-parent pom - 1.5-SNAPSHOT + 1.5 Docs Parent