add README
[se-panther.git] / README
blob8328c38697c8bcba7eae0d357c6d42031b486fc4
1 This directory contains some initial code for a software engineering
2 project codenamed 'Panther'.
4 In a Debian-based environment, panther requires (if I haven't forgotten
5 anything...)
7 java jdk        - (I'm using openjdk-7-jdk)
8 ant             - java based build tool similar to make
9 libmysql-java   - MySQL Connector for java
11 ***
12 To build run ant in the project directory:
14 $ ant
16 and run by using the included 'run' bash script:
18 $ ./run
20 ***
22 the 'localdata' directory contains data for the test database I'm
23 running on my own machine. These files are loaded into my test database
24 once and not used again. I'm not sure why I included them other than for
25 a sense of 'completeness'.