Skip to content

Commit

Permalink
Added new mongoDB documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
oharsta committed Aug 24, 2023
1 parent 1f24ef4 commit 9d6df8c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ Note that the original migration from Janus was removed in version 3.0.0. If you
- NodeJS v16.13.2 (best managed with `nvm`, current version in [.nvmrc](manage-gui/.nvmrc))
- ansible

## [Building and running](#building-and-running)

### Run server and gui
If you have installed MongoDB with your package manager, you'll have to enable transactions:

```
gem install foreman
foreman s
mongosh
> rs.initiate()
```

## [Building and running](#building-and-running)

### [The manage-server](#manage-server)

This project uses Spring Boot and Maven. To run locally, type:
Expand Down

0 comments on commit 9d6df8c

Please sign in to comment.