Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Jorge Garcia flores
ChêneTAL
Commits
a4fb4316
Commit
a4fb4316
authored
Mar 31, 2021
by
Quentin DAVID
Browse files
Update README.md
parent
688eb557
Changes
1
Show whitespace changes
Inline
Side-by-side
server/README.md
View file @
a4fb4316
...
...
@@ -6,7 +6,20 @@
## Set up MongoDB
Make sure to have a mongo instance running, with a database named _chenetal_
Make sure to have a mongo instance running.
For now it is not automatic that the modules are added to the database.
So you will need to POST each of the needed modules.
For that, you will need to do the following commands:
`cd files`
Replace _file.json_ by the module file
`curl -X POST -H "Content-Type: application/json" -d @file.json http://localhost:8081/modules`
You can check if that worked if you have in the frontend the list of modules in your frontend in pipelines.
## Start server
...
...
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