Installing » Histórico » Versión 1
Federico Vera, 2018-06-10 00:16
1 | 1 | Federico Vera | # Wiki |
---|---|---|---|
2 | |||
3 | ## Getting and running `mrft` |
||
4 | The ideal way of getting `mrft` is to build it from source, that way you can be |
||
5 | sure to be using the latest version. |
||
6 | ### Building from source |
||
7 | 1. Make sure you have Java JDK >=1.7 installed |
||
8 | 1. Install [Ant](http://ant.apache.org/) |
||
9 | 1. Clone the repository: `git clone https://gitlab.com/riddler_arg/mrft.git` |
||
10 | 1. Enter the folder: `cd mrft` |
||
11 | 1. Build: `ant build-all` |
||
12 | 1. Run: `java -jar mrft-VERSION.jar` |
||
13 | |||
14 | ### Direct download |
||
15 | Once it's stable enough I will post a direct download link here... but really, |
||
16 | building it is easy! |
||
17 | |||
18 | Well... [here](https://raw.githubusercontent.com/wiki/dktcoding/mrft/download/jars.jpg) |
||
19 | are some packaged `jars`, and the binaries are in the |
||
20 | [Releases](https://redmine.riddler.com.ar/projects/mrft/files) page. |
||
21 | |||
22 | ## Quick start |
||
23 | Once running go to `Examples` -> Select one and press `F5` so it will start |
||
24 | training. |
||
25 | |||
26 | ## What's next? |
||
27 | - [Getting familiar with the `mrft` GUI|Tour] |
||
28 | - [[Generating and transforming data|Data manipulation]] |
||
29 | - [[Integration|Integration]] |