/ACID

Agile and Continuous Integration Development

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

ACID

Agile and Continuous Integration Development

A Web application for agile methodologies and bugs report such as Trello or Jira.

Required tools

  • Java EE (version >= 5)
  • Maven (version >= 3)
  • JOnAS server (version 5.3.0 used for development)
  • MySQL database (name : ACIDDB, username : acid, password : acid)

Deployment

  • Copy the file conf/mysql-ds.xml in your JOnAS's deploy folder.
  • Copy the Spring jars (~/.m2/repository/org/springframework/spring-*/4.1.2.RELEASE/*.jar) in the folder lib/ext of JOnAS
  • Copy the MySQL connector jar (~/.m2/repository/mysql/mysql-connector-java/5.1.34/*.jar) in the folder lib/ext of JOnAS

If you are using Bash, you can use the Bash script auto.sh to build/clean/deploy the project on a local server.

Otherwise :

  • Compile the project using Maven : mvn clean install
  • Copy the EAR file in the folder deploy of your JOnAS server.

Application

To use ACID, just go on JOnAS_server_address:port/ACID-web. For example : http://localhost:9000/ACID-web/