Giter VIP home page Giter VIP logo

jdo's Introduction

build status Codacy Badge license release maven central

Ontopia Logo

Welcome to Ontopia, the open source tools for building, maintaining and deploying Topic Maps-based applications.

If you are a starting user of Ontopia, or want more general information, we recommend you check out the Ontopia.net website.

Get Ontopia

Older versions

Note: Using older versions is not advised


Using Ontopia

You can use the above link to download a full Ontopia package that includes a fully configured Tomcat instance that you can run on your local machine. This will allow you to start working with Topic Maps. See the requirements and installation guide.

Maven

You can also use Ontopia as a maven dependency, allowing you to build Topic Maps applications yourself:

<repositories>
    <repository>
        <id>ontopia-releases</id>
        <url>http://ontopia.googlecode.com/svn/maven-repository</url>
    </repository>
</repositories>
<dependencies>
    <dependency>
        <groupId>net.ontopia</groupId>
        <artifactId>ontopia-engine</artifactId>
        <version>5.4.0</version>
    </dependency>
</dependencies>

See the [[Modules]] page for more possible maven modules and their function.

Building Ontopia

To build the current Ontopia distribution run

$ mvn clean install && mvn clean install -Pontopia-distribution-tomcat

from a terminal. The distribution can then be found in ontopia-distribution-tomcat/target/ontopia-distribution-tomcat-X.Y.Z-SNAPSHOT/ where X, Y and Z are the current development version numbers.

Once you build the current Ontopia distribution you will probably want to play with the software.

Everything you want will be inside the distribution you just built; the rest of the subversion checkout serves only to generate that distribution. You can find the documentation within the distribution under the 'doc' directory.

If you're not already familiar with Ontopia, a good document to start with is the install.html in the doc directory of the build you're using.

If you're just starting out, try starting the Tomcat server as described in section 4.3 of the install.html document, then in your Web browser navigate to http://localhost:8080/ -- the web-based applications listed there will give you plenty to do.


Need more help?

jdo's People

Contributors

qsiebers avatar

Stargazers

 avatar

Watchers

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