Giter Site home page Giter Site logo

swipswaps / xavaprojects Goto Github PK

View Code? Open in Web Editor NEW

This project forked from openxava/xavaprojects

0.0 1.0 0.0 7.63 MB

Issue & Project Tracking Software created with OpenXava

Home Page: https://www.openxava.org/XavaProjects

License: Apache License 2.0

Java 18.33% JavaScript 53.58% CSS 27.11% HTML 0.97%

xavaprojects's Introduction

XavaProjects

XavaProjects is an issue and project tracking application for software projects written with OpenXava. For more information go to XavaProjects site.

Install OpenXava

Go to openxava.org and download the latest OpenXava version. It's a zip, just uncompress it. Open the quick-start.html file and from there follow the Getting Started lesson, so you get used to OpenXava a little.

Install XavaProjects

Download it from GitHub

Click on the above green button Clone or download and choose Download ZIP. You'll get a file called xavaprojects-master.zip.

Import it into Eclipse

Start Eclipse and choose as workspace the one included in the OpenXava distribution. From Eclipse:

  • Choose the option File > Import... . It will show a dialog.
  • In the folder General choose the option Existing Project into Workspace.
  • Click on Next.
  • Choose Select archive file, and click on Browse...
  • Look for the file you have downloaded, xavaprojects-master.zip, and choose it.
  • Check XavaProjects (xavaprojects-master/XavaProjects/).
  • Click on Finish.

Now, you should have the XavaProjects project in your workspace.

Update XavaProjects with OpenXava

In XavaProjects project inside Eclipse look for the file build.xml, with the right mouse button select Run As > Ant Build... . This will open a dialog, where you have to uncheck desployWar and check updateOX. Then click on Run. After the ant task completes, select the XavaProjects project and click F5 to refresh it. Finally, press Ctrl-B to build the project.

Configure database

You need to have installed and running a MySQL database. If not, go to MySQL site and download and install it. Edit the XavaProjects/web/META-INF/context.xml file to put the correct user name and password for your MySQL database:

   <Resource name="jdbc/XavaProjectsDS" auth="Container" type="javax.sql.DataSource"
      maxTotal="20" maxIdle="5" maxWaitMillis="10000"
      username="YOUR USERNAME HERE" 
      password="YOUR PASSWORD HERE" 
      driverClassName="com.mysql.jdbc.Driver"
      url="jdbc:mysql://localhost:3306?serverTimezone=GMT%2B1"/>

Fill the username and password attributes.

Run XavaProjects

From Eclipse open XavaProjects > src > _run. There you have a class called _Run_XavaProjects, just click on Run As > Java Application on it. Wait a few seconds, until see a message in console saying "Application started". Then, open your browser on http://localhost:8080/XavaProjects, click on the Sign in link and use admin/admin to sign in.

Any problem?

Put a question in the OpenXava public forum.

xavaprojects's People

Contributors

javierpaniza avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.