Commit 8dc75633 authored by Krit Punpreuk's avatar Krit Punpreuk

Update README.md

parent d2d9d81c
Pipeline #18 failed with stages
# installation
git clone
```
git clone https://git.igridproject.info/gogogokrit/bigstream-token-generator.git
```
# Setup and configuration
```
export BIGSTREAM_SIGNATURE=<BigStream secret key>
export TOKEN_GENERATOR_PORT=<Port>
cd bigstream-token-generator
npm install
```
# start service
node index.js
```
node index.js
```
or
```
pm2 start index.js --name=BigStream-token-generator-$TOKEN_GENERATOR_PORT
```
open at http://host:TOKEN_GENERATOR_PORT/
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment