summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorSimon Rettberg2014-03-28 17:51:24 +0100
committerSimon Rettberg2014-03-28 17:51:24 +0100
commitfbbfee0a32ce83f5bfe36d78eddafed7226a041c (patch)
treef3d44e8b9e2bca678165cb3dd97ec1aa1380f244 /README
downloadmasterserver-fbbfee0a32ce83f5bfe36d78eddafed7226a041c.tar.gz
masterserver-fbbfee0a32ce83f5bfe36d78eddafed7226a041c.tar.xz
masterserver-fbbfee0a32ce83f5bfe36d78eddafed7226a041c.zip
Initial Commit
Diffstat (limited to 'README')
-rw-r--r--README24
1 files changed, 24 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..835d693
--- /dev/null
+++ b/README
@@ -0,0 +1,24 @@
+1. Import project in eclipse (requires m2e)
+Import -> Maven -> Existing Maven Project
+Eclipse will complain about missing source files/classes.
+They need to be generated...
+
+2. Install the thrift compiler
+Prequisites:
+apt-get install libboost-dev libboost-test-dev libboost-program-options-dev libevent-dev automake libtool flex bison pkg-config g++ libssl-dev
+Thrift 0.9.1 (current as of writing):
+http://www.apache.org/dyn/closer.cgi?path=/thrift/0.9.1/thrift-0.9.1.tar.gz
+
+./configure, make, make install
+
+3. Run ./thrift-compile.sh, it will generate the missing
+files mentioned before. Refresh the project in Eclipse.
+
+"Run as -> Maven install..." should work now and create
+a nice *.jar in ./target/
+
+4. Create config/mysql.properties
+
+
+## TODO: Dump db schema
+