Skip to content

Commit

Permalink
more docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mnadeem committed Feb 21, 2021
1 parent ea314a9 commit 4caeca6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ Create **.env** file in root folder, refer [this](https://github.com/open-teleme
LOG_FILE_NAME=nodejs-opentelemetry-tempo.log
OTEL_SERVICE_NAME=nodejs-opentelemetry-tempo
OTEL_EXPORTER_JAEGER_ENDPOINT=http://localhost:14268/api/traces
DB_USER=sa
DB_PASS=P@ssw0rd
DB_SERVER=otmssql
DB_NAME=OtelTempo
````

Create Network
Expand Down Expand Up @@ -88,6 +92,8 @@ Start mssql
docker run -p 1433:1433 -d -e ACCEPT_EULA=Y --name otmssql -e SA_PASSWORD=P@ssw0rd --network docker-tempo mcr.microsoft.com/mssql/server
````

Connect to mssql and create db `OtelTempo` and table as in `.data\db\mssql\scripts`

````bash
npm install
````
Expand Down

0 comments on commit 4caeca6

Please sign in to comment.