Proyecto

General

Perfil

Installing » Histórico » Versión 12

Federico Vera, 2018-07-18 08:45

1 12 Federico Vera
 [![Codacy Badge](https://api.codacy.com/project/badge/Grade/bff677e075ee4600b03fc007f4e8485b)](https://www.codacy.com/app/RiddlerArgentina/mrft_2?utm_source=gitlab.com&utm_medium=referral&utm_content=riddler_arg/mrft&utm_campaign=Badge_Grade) ![](https://gitlab.com/riddler_arg/mrft/badges/master/build.svg)
2
3 7 Federico Vera
# Installing
4 1 Federico Vera
5 9 Federico Vera
{{>toc}}
6
7 1 Federico Vera
## Getting and running `mrft`
8
The ideal way of getting `mrft` is to build it from source, that way you can be
9
sure to be using the latest version.
10 9 Federico Vera
## Building from source
11 8 Federico Vera
1. Make sure you have Java JDK >=1.8 installed
12 1 Federico Vera
1. Install [Ant](http://ant.apache.org/)
13
1. Clone the repository: `git clone https://gitlab.com/riddler_arg/mrft.git`
14
1. Enter the folder: `cd mrft`
15
1. Build: `ant fat-jar`
16
1. Run: `java -jar mrft-VERSION.jar`
17
18 9 Federico Vera
## Direct download
19 1 Federico Vera
Once it's stable enough I will post a direct download link here... but really,
20
building it is easy!
21
22 2 Federico Vera
Well... here (attachment:jars.jpg) are some packaged `jars`, and the binaries are in the [Files](https://redmine.riddler.com.ar/projects/mrft/files) page.
23 1 Federico Vera
24
## Quick start
25
Once running go to `Examples` -> Select one and press `F5` so it will start
26
training.
27
28
## What's next?
29 4 Federico Vera
- [[Getting familiar with the mrft GUI]]
30 5 Federico Vera
- [[Generating and transforming data]]
31 1 Federico Vera
- [[Integration|Integration]]
32 6 Federico Vera
- [[Detecting normal EKG pulses]]
33 10 Federico Vera
34
***
35 11 Federico Vera
## Contributing
36
- [Help Transalte!](https://poeditor.com/join/project/XqYGSorHJv). Read the official [announcement](https://redmine.riddler.com.ar/news/9).
Volver al inicio