Skip to content

Commit ec60b7f

Browse files
author
abtv
committed
demo video in README.md
1 parent 2b388d2 commit ec60b7f

File tree

2 files changed

+17
-6
lines changed

2 files changed

+17
-6
lines changed

README.md

+17-6
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,29 @@
33
[![Build Status](https://travis-ci.org/abtv/tech-radar.svg?branch=master)](https://travis-ci.org/abtv/tech-radar)
44
[![Stories in Ready](https://badge.waffle.io/abtv/tech-radar.png?label=ready&title=Ready)](https://waffle.io/abtv/tech-radar)
55

6-
## 1. Prerequisites
6+
## 1. See it in action
7+
8+
You can:
9+
10+
1. use <a href="http://tech-radar.github.io" target="_blank">direct link</a> to `tech-radar` service
11+
2. watch a nice demo video:
12+
13+
<a href="https://www.youtube.com/watch?v=NIcm-P-aLmA" target="_blank">
14+
<img src="demo.jpg"/>
15+
</a>
16+
17+
## 2. Prerequisites
718
* OpenJDK 7 or Oracle JDK 8
819
* Leiningen 2.5 or later
920
* Git
1021
* PostgreSQL 9.4 or later
1122

12-
## 2. PostgreSQL settings
23+
## 3. PostgreSQL settings
1324

1425
Default database is `tech_radar`, default user is `postgres`, default password is `postgres`.
1526
You can change these settings with `database` parameter in `project.clj` file (development) and `.lein-env` file (production).
1627

17-
## 3. Twitter security settings
28+
## 4. Twitter security settings
1829

1930
`tech-radar` receives data from Twitter stream. You need to create a file called `twitter-security.edn`
2031
in the project folder with the following content:
@@ -26,7 +37,7 @@ in the project folder with the following content:
2637
:user-token-secret "your user token secret"}
2738
```
2839

29-
## 4. Build from sources
40+
## 5. Build from sources
3041

3142
Clone `tech-radar` repository
3243

@@ -43,7 +54,7 @@ Build with `build-release-all.sh` script
4354
`frontend-release` folder contains frontend application
4455
`backend-release` folder contains backend application and all the settings and security files
4556

46-
## 5. Deployment to Ubuntu 14.04 server
57+
## 6. Deployment to Ubuntu 14.04 server
4758

4859
1. `deploy/install-env.sh` file contains everything you need to setup environment for tech-radar under Ubuntu server
4960
2. put `deploy/tech-radar.conf` file to `/etc/init/` folder
@@ -54,7 +65,7 @@ Instead of #3 I use the following
5465
1. set `SCPTECHRADAR` variable to your `username@address:path-to-copy-zip-archive`
5566
2. run `build-and-upload.sh` script (it builds the app and uploads backend and frontend)
5667

57-
## 6. Future work
68+
## 7. Future work
5869

5970
1. Make more backend tests, at least analysis tests
6071
2. Use Om.Next for frontend

demo.jpg

105 KB
Loading

0 commit comments

Comments
 (0)