From 72e19cdc96742f8fda702d2ff598d45ac978d232 Mon Sep 17 00:00:00 2001 From: Josh Harvey Date: Fri, 18 Apr 2014 17:44:40 +0300 Subject: [PATCH] Update README.md --- README.md | 24 +----------------------- 1 file changed, 1 insertion(+), 23 deletions(-) diff --git a/README.md b/README.md index d4362196..c39413d1 100644 --- a/README.md +++ b/README.md @@ -10,29 +10,7 @@ cd lamassu-server npm install ``` -If you're working on this stack, you probably want to `npm link` -[`lamassu-atm-protocol`](https://github.com/lamassu/lamassu-atm-protocol). - -```sh -git clone git@github.com:lamassu/lamassu-atm-protocol.git -cd lamassu-atm-protocol -npm install -npm link -``` - -```sh -# Back in lamassu-server -npm link lamassu-atm-protocol -``` - ## Running ```sh -node lib/app.js --https +node lib/app.js ``` - -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`](https://github.com/lamassu/lamassu-admin) documentation.