You can:
- use direct link to
tech-radar
service - watch a nice demo video:
- OpenJDK 7 or Oracle JDK 8
- Leiningen 2.5 or later
- Git
- PostgreSQL 9.4 or later
Default database is tech_radar
, default user is postgres
, default password is postgres
.
You can change these settings with database
parameter in project.clj
file (development) and .lein-env
file (production).
tech-radar
receives data from Twitter stream. You need to create a file called twitter-security.edn
in the project folder with the following content:
{:app-key "your app key"
:app-secret "your app secret"
:user-token "your user token"
:user-token-secret "your user token secret"}
Clone tech-radar
repository
git clone git://github.com/abtv/tech-radar.git
Build with build-release-all.sh
script
./build-release-all.sh
frontend-release
folder contains frontend application
backend-release
folder contains backend application and all the settings and security files
deploy/install-env.sh
file contains everything you need to setup environment for tech-radar under Ubuntu server- put
deploy/tech-radar.conf
file to/etc/init/
folder - copy
backend-release
folder to your server
Instead of #3 I use the following
- set
SCPTECHRADAR
variable to yourusername@address:path-to-copy-zip-archive
- run
build-and-upload.sh
script (it builds the app and uploads backend and frontend)
- Make more backend tests, at least analysis tests
- Use Om.Next for frontend
- Make frontend tests
I would appreciate any help.
Copyright (c) Andrey Butov. All rights reserved. The use and distribution terms for this software are covered by the Eclipse Public License 1.0 (http://opensource.org/licenses/eclipse-1.0.php) which can be found in the file epl-v10.html at the root of this distribution. By using this software in any fashion, you are agreeing to be bound by the terms of this license. You must not remove this notice, or any other, from this software.