Coder Social home page Coder Social logo

zhangjian0111 / axelor-development-kit Goto Github PK

View Code? Open in Web Editor NEW

This project forked from axelor/axelor-open-platform

0.0 2.0 0.0 14.43 MB

Open source Java framework for business application development

Home Page: http://axelor.com

License: Other

Java 29.35% JavaScript 63.56% Groovy 1.57% CSS 4.88% Shell 0.02% HTML 0.62%

axelor-development-kit's Introduction

Axelor Development Kit

License: AGPL v3

Axelor Development Kit (ADK) is an open source Java framework for business application development.

This README describes how to get started quickly and prepare the development environment for working with the sources.

Prerequisite

We recommend to use Oracle JDK. The OpenJDK distributed with most of the Linux distributions may work but we have not tested it extensively.

$ export JAVA_HOME=/path/to/jdk
$ export PATH=$JAVA_HOME/bin:$PATH

Install PostgreSQL from your Linux distribution’s package repositories.

For ubuntu, you can do this:

$ sudo apt-get install postgresql

Installation

Download the latest distribution package or get the source from the repository.

$ git clone https://github.com/axelor/axelor-development-kit.git

$ cd /path/to/axelor-development-kit
$ ./gradlew installDist

$ export AXELOR_HOME=/path/to/axelor-development-kit/build/install/axelor-development-kit
$ export PATH=$AXELOR_HOME/bin:$PATH

You should have a special command axelor in your path now. Just try issuing following command on the terminal:

$ axelor --help

You should see output something like this:

Usage: axelor [--help] [--new <NAME>]
Run the interactive shell or create a new axelor project.

  -h, --help          show this help and exit
  -v, --version       display version information
      --new <NAME>    create a new application project

You can also execute shell commands directly like:

  axelor help
  axelor help run
  axelor clean
  axelor build
  axelor run -p 8000

See detailed documentation at http://docs.axelor.com/adk.

The command line utility can also be used in interactive mode where the utility runs in a special shell from where you can issue various commands.

What’s Next?

Please check the documentation for more detailed introduction.

Links

axelor-development-kit's People

Contributors

gdu-axelor avatar jmi-axelor avatar pbe-axelor avatar

Watchers

 avatar  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.