Skip to content

Commit a77a1bb

Browse files
Update README.md
1 parent 0286b42 commit a77a1bb

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
# cdn-service
22
Content Delivery Network micro service with publish option using certificate authentication. One of the publish repository for Next Time Space Analligence - allows business users to create analytic segments and capture attentions to the segments.
33

4-
Download the latest release from https://github.com/next-time-space/cdn-service/releases
54

65
[![Build Status](https://travis-ci.org/next-time-space/cdn-service.svg?branch=master)](https://travis-ci.org/next-time-space/cdn-service) [![codecov](https://codecov.io/gh/next-time-space/cdn-service/branch/master/graph/badge.svg)](https://codecov.io/gh/next-time-space/cdn-service)
76

8-
97
# Benifits
108
* Provides multiple CDN repos, and traffic can be controlled with properties. Like Beta environment 2% traffic and Standard environment 98%
119
* Provides secure publishing option, exiting repo files can be overwritten easily using upload option
@@ -77,6 +75,12 @@ repo:
7775
type: timer
7876
tic: 25000
7977
```
78+
# Startup
79+
80+
* Download the latest release from https://github.com/next-time-space/cdn-service/releases
81+
* Create `conf.yml`, as explained above, you can leave `ssl-config` part
82+
* run java -jar cdn-service-0.0.1-SNAPSHOT.jar
83+
8084
# Creating keystore and truststore
8185

8286
Run all these commands and create all required certificate files.

0 commit comments

Comments
 (0)