lamassu-server/README.md
2016-04-23 22:43:45 +03:00

31 lines
703 B
Markdown

This is part of the **Rakía** Bitcoin Machine platform.
# lamassu-server
[![Build Status](https://travis-ci.org/lamassu/lamassu-server.svg?branch=master)](https://travis-ci.org/lamassu/lamassu-server)
Lamassu remote server.
## Installation
```sh
git clone git@github.com:lamassu/lamassu-server.git
cd lamassu-server
npm install
```
## Configuration
```bash
bin/ssu config smtp2go user pass toEmail
bin/ssu config twilio accountSid authToken fromNumber toNumber
bin/ssu set sms twilio
bin/ssu set email smtp2go
bin/ssu notify [email] [sms] # send email or sms alerts, or both
bin/ssu config notifier lowBalanceThreshold # set low balance alert, in fiat
```
## Running
```sh
node lib/app.js
```