19 lines
498 B
Markdown
19 lines
498 B
Markdown
# lamassu-server
|
|
|
|
Lamassu remote server.
|
|
|
|
## Pull Requests
|
|
|
|
We do not generally accept outside pull requests for new features. Please consult with us before putting a lot of work into a pull request.
|
|
|
|
## Installation
|
|
|
|
See [INSTALL.md](INSTALL.md), or [INSTALL-NIX.md](INSTALL-NIX.md) for nix environment.
|
|
|
|
## Installation on remote server (only for production)
|
|
See [lamassu-remote-install/README.md](lamassu-remote-install/README.md).
|
|
|
|
## Running
|
|
```bash
|
|
node bin/lamassu-server --mockScoring
|
|
```
|