Skip to content

Commit

Permalink
Added mongoDB server installation
Browse files Browse the repository at this point in the history
  • Loading branch information
paolobettelini committed Sep 8, 2024
1 parent 60e9b5c commit d6eee76
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions documentation/src/stellar_installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@ cargo leptos watch -- web ...
Do not use `--port` or `--address` in development,
set those values in the `Cargo.toml` instead.

# MongoDB

```bash
pacman -S mongodb
systemctl enable mongodb
systemctl start mongodb
```

# Necessary scripts

The following steps are absolutely crucial if you plan on generating
Expand Down

0 comments on commit d6eee76

Please sign in to comment.