Name | Modified | Size | Downloads / Week |
---|---|---|---|
easydcs | 2019-07-27 | ||
README.txt | 2019-07-27 | 1.1 kB | |
Totals: 2 Items | 1.1 kB | 0 |
EasyDCS - A small, flexible Airline Departure Control System Copyright (C) 2003-2019 Theo Heinrichs. Version 0.71, July 2019 See user documentation in ./src/main/webapp/userdocumentation, starting with file index.html. To build EasyDCS, use Apache Maven on the ./pom.xml. You may use the command "mvn spring-boot:run", so you do not need to set up a Tomcat container first. EasyDCS is currently configured to use an Oracle(C) XE 11 RDBMS. To set up and/or clean up the database, run the SQL script ./src/main/db/easydcs.sql within SqlPlus. The unit tests (outside of runtime container) can be started with JUnit suite AllTests.java. To start the server application, start Java class Application.java. The REST API tests can be executed (on a running EasyDCS server) with JUnit suite RestapiTests.java. Make sure to clean up the database before the test suites run. The changes between release 0.6 and the releases 0.7x are documented in RELEASE-CHANGES.txt. If you plan to use parts or all of EasyDCS in "serious" way, I would be interested to get in contact with you. Have fun!