Git Product home page Git Product logo

hackaton's Introduction

Hackaton for validation of crossreferences between STOP and IMOW

Prerequisites:

  • Make sure you have a working docker installation
  • Have a dockerhub account available to get the MarkLogic images
  • Log in to dockerhub

Adjust the .env environment file for use with Docker

Start up the container:

./start.sh

or

docker compose -p [someprojectname] up  -d 

-d option means run in detached mode.

After some time the container is up and running, check http://localhost:8001 and see if you get a login screen. Log in with user admin pwd admin

Copy the file gradle.properties to gradle-local.properties and adjust to the proper values for your environment.

Deploy the application to MarkLogic:

./gradlew mlDeploy

Load the ontologies:

./gradlew loadOntologies

Load the sample data:

./gradlew importData

Stop the container:

./stop.sh

or

docker compose -p [someprojectname] stop 

Remove the container:

docker compose -p [someprojectname] down 

Reload the tdes:

./gradlew mlReloadSchemas

Reload the modules:

./gradlew mlReloadModules

Load the workspace in QConsole:

  • Goto localhost:8000/qconsole
  • Click upper right corner next to Workspace
  • Select Import Workspace
  • Navigate to workspaces and select the workspace you want to import
  • Workspace will be loaded and ready for use

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.