No description
Find a file
2014-03-10 22:08:35 +01:00
config Recommit everything because of credentials 2014-03-07 23:15:56 +01:00
lib Recommit everything because of credentials 2014-03-07 23:15:56 +01:00
testkeys Recommit everything because of credentials 2014-03-07 23:15:56 +01:00
.gitignore Recommit everything because of credentials 2014-03-07 23:15:56 +01:00
.jshintrc Recommit everything because of credentials 2014-03-07 23:15:56 +01:00
deploy.sh Recommit everything because of credentials 2014-03-07 23:15:56 +01:00
LICENSE Add a license 2014-03-07 23:19:41 +01:00
package.json Add lamassu-server binary 2014-03-10 22:08:35 +01:00
Procfile Recommit everything because of credentials 2014-03-07 23:15:56 +01:00
README.md Recommit everything because of credentials 2014-03-07 23:15:56 +01:00

lamassu-server

Lamassu remote server.

Installation

git clone git@github.com:lamassu/lamassu-server.git
cd lamassu-server
npm install

If you're working on this stack, you probably want to npm link lamassu-atm-protocol.

git clone git@github.com:lamassu/lamassu-atm-protocol.git
cd lamassu-atm-protocol
npm install
npm link
# Back in lamassu-server
npm link lamassu-atm-protocol

Running

node lib/app.js --https

The https flag is required for local testing. When deployed to a PAAS environment - such as heroku, the https flag is not required, as the SSL connection typically terminates on the load balancer and the application will see http only.

Deployment

Deployment of this application is described in lamassu-admin documentation.