blob: 77baa3b4d79477904bdce8934411269b75ea7aa5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
1. Import project in eclipse (requires m2e)
Import -> Maven -> Existing Maven Project
Eclipse will complain about missing source files/classes.
You need the dependency project, master-sync-shared, see
http://git.openslx.org/master-sync-shared.git/
Import into eclipse too and run maven install, optionally
if you don't want to import it just clone and do mvn install.
"Run as -> Maven install..." on the main project should
work now and create a nice *.jar in ./target/
4. Create config/mysql.properties
## TODO: Dump db schema
|