Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
hdoc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
2
Merge Requests
2
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Stephane Crozat
hdoc
Commits
dbe218e9
Commit
dbe218e9
authored
Jan 09, 2017
by
Kapilraj Thangeswaran
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mise à jour run.sh et readme pour linux
parent
920f556b
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
14 deletions
+12
-14
hdoc_to_mongo/README.md
hdoc_to_mongo/README.md
+5
-4
hdoc_to_mongo/run.sh
hdoc_to_mongo/run.sh
+1
-3
opale_to_mongo/README.md
opale_to_mongo/README.md
+5
-4
opale_to_mongo/run.sh
opale_to_mongo/run.sh
+1
-3
No files found.
hdoc_to_mongo/README.md
View file @
dbe218e9
...
@@ -14,18 +14,19 @@ This module is able to extract data from a file in Hdoc format and insert them i
...
@@ -14,18 +14,19 @@ This module is able to extract data from a file in Hdoc format and insert them i
## Dependencies
## Dependencies
In order to work properly this module needs :
In order to work properly this module needs :
-
to download and install Node.js
-
to download and install Node.js
For windows :
-
For windows :
-
from the
[
Node.js download page
](
https://nodejs.org/en/
)
-
from the
[
Node.js download page
](
https://nodejs.org/en/
)
For linux (instruction for debian 8, may vary depending on your distrbution) execute the followings commands :
-
For linux (instruction for debian 8, may vary depending on your distrbution) execute the followings commands :
-
`su`
-
`su`
-
`apt install nodejs`
-
`apt install nodejs`
-
`apt install node`
-
`apt install node`
-
`apt install npm`
-
`apt install npm`
-
`npm link mongodb`
from hdoc_to_mongo folder
-
to download and install MongoDB
-
to download and install MongoDB
For Windows :
-
For Windows :
-
from the
[
MongoDB download page
](
https://www.mongodb.com/download-center#community
)
-
from the
[
MongoDB download page
](
https://www.mongodb.com/download-center#community
)
For linux :
-
For linux :
-
`su & apt install mongodb`
-
`su & apt install mongodb`
## Instructions
## Instructions
...
...
hdoc_to_mongo/run.sh
View file @
dbe218e9
...
@@ -31,6 +31,4 @@ fi
...
@@ -31,6 +31,4 @@ fi
#Lancer la commande
#Lancer la commande
scJarList
=
"
$lib
/*"
scJarList
=
"
$lib
/*"
npm
link
mongodb
$vJavaCmd
-classpath
"
$scJarList
:"
-Xmx150m
org.apache.tools.ant.Main
-buildfile
$ant
$antparam
$vJavaCmd
-classpath
"
$scJarList
:"
-Xmx150m
org.apache.tools.ant.Main
-buildfile
$ant
$antparam
\ No newline at end of file
rm
-rf
node_modules
opale_to_mongo/README.md
View file @
dbe218e9
...
@@ -16,18 +16,19 @@ In order to work properly this module needs :
...
@@ -16,18 +16,19 @@ In order to work properly this module needs :
-
[
`opale_to_hdoc`
](
https://gitlab.utc.fr/crozatst/hdoc/tree/master/opale_to_hdoc
)
(
Opale
to Hdoc conversion)
-
[
`opale_to_hdoc`
](
https://gitlab.utc.fr/crozatst/hdoc/tree/master/opale_to_hdoc
)
(
Opale
to Hdoc conversion)
-
[
`hdoc_to_mongo`
](
https://gitlab.utc.fr/crozatst/hdoc/tree/master/hdoc_to_mongo
)
(
Hdoc
to Mongo conversion)
-
[
`hdoc_to_mongo`
](
https://gitlab.utc.fr/crozatst/hdoc/tree/master/hdoc_to_mongo
)
(
Hdoc
to Mongo conversion)
-
to download and install Node.js
-
to download and install Node.js
For windows :
-
For windows :
-
from the
[
Node.js download page
](
https://nodejs.org/en/
)
-
from the
[
Node.js download page
](
https://nodejs.org/en/
)
For linux (instruction for debian 8, may vary depending on your distrbution) execute the followings commands :
-
For linux (instruction for debian 8, may vary depending on your distrbution) execute the followings commands :
-
`su`
-
`su`
-
`apt install nodejs`
-
`apt install nodejs`
-
`apt install node`
-
`apt install node`
-
`apt install npm`
-
`apt install npm`
-
`npm link mongodb`
from hdoc_to_mongo folder
-
to download and install MongoDB
-
to download and install MongoDB
For Windows :
-
For Windows :
-
from the
[
MongoDB download page
](
https://www.mongodb.com/download-center#community
)
-
from the
[
MongoDB download page
](
https://www.mongodb.com/download-center#community
)
For linux :
-
For linux :
-
`su & apt install mongodb`
-
`su & apt install mongodb`
## Instructions
## Instructions
...
...
opale_to_mongo/run.sh
View file @
dbe218e9
...
@@ -31,6 +31,4 @@ fi
...
@@ -31,6 +31,4 @@ fi
#Lancer la commande
#Lancer la commande
scJarList
=
"
$lib
/*"
scJarList
=
"
$lib
/*"
npm
link
mongodb
$vJavaCmd
-classpath
"
$scJarList
:"
-Xmx150m
org.apache.tools.ant.Main
-buildfile
$ant
$antparam
$vJavaCmd
-classpath
"
$scJarList
:"
-Xmx150m
org.apache.tools.ant.Main
-buildfile
$ant
$antparam
\ No newline at end of file
rm
-rf
node_modules
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment