0.1.5 • Published 8 years ago

klid v0.1.5

Weekly downloads
1
License
GPL-3.0
Repository
github
Last release
8 years ago

Building

Install Dependencies

npm install --production 

Install Typings

npm install -g typescript@next
typings install node --ambient
typings install lodash

Compile TypeScript to JavaScript

tsc

Running

Run Nginx

run nginx following instructions in its readme file

Running Klid

npm start

Testing

Start Local Echo Server

npm run echo

Send HTTP Request to Gateway

curl -v -X GET --header "Accept: */*" --header "Authorization: Basic YW1pbjpqdWxpYQ==" \
    http://localhost:8080/somemodule/somegroup
0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago