* copy lamassu-install files * Mention lamassu-install files in README.md * Mention lamassu-install files in README.md * Little change in lamassu-install files README.md * Fix raw file link error * install script accept branch name as argument * install script accept branch name as argument * Remove test.js file
19 lines
436 B
Markdown
19 lines
436 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).
|
|
|
|
## Installation on remote server (only for production)
|
|
See [lamassu-remote-install/README.md](lamassu-remote-install/README.md).
|
|
|
|
## Running
|
|
```bash
|
|
node bin/lamassu-server --mockSms
|
|
```
|