Giter Club home page Giter Club logo

axelor-demo's Introduction

Axelor Demo

Axelor Demo is a simple application showing Axelor Development Kit features. Axelor Demo is built on top of Axelor Development Kit. Before continuing, you should install Axelor Development Kit.

Installation

Clone the latest release.

$ git clone [email protected]:axelor/axelor-demo.git

Build the package

$ cd /path/to/axelor-demo
$ ./gradlew -x test build

This should generate the war package for under build/libs directory. You can test the war by deploying on your tomcat server.

Run the tomcat server

Now to test the application using the embedded tomcat server, first edit the application.properties and configure the database to use and then run the following command from the interactive shell.

$ ./gradlew -x test tomcatRun

The application should start printing some logs in your terminal window. After few seconds, you should see something like this:

...
Started Tomcat Server
The Server is running at http://localhost:8080/axelor-hello

Launch the browser and open the application url as printed on terminal. Use the default admin/admin as the user name and password. You should be in the application.

Eclipse

The application project can be imported in Eclipse IDE. In order to import the project, you first have to generate eclipse project files like this:

$ cd /path/to/axelor-demo
$ ./gradlew cleanEclipse eclipse

This will generate eclipse project files for the application project and all it’s submodules.

From the eclipse, import the projects using File -> Import... -> General -> Existing Projects into Workspace menu. In the import project wizard check the Search for nested projects so that all the submodules are also imported.

Same steps should be done for Axelor Development Kit in order to link ADK sources with Demo application.

You can also run the application inside eclipse using eclipse WTP tools. Create a tomcat7 server add the axelor-demo module and run the server.

axelor-demo's People

Contributors

pbe-axelor avatar

Watchers

Mayank Mahadevwala 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.