Skip to content

mgaerber/basePIM-LEGACY

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

basePIM

Welcome to basePIM.

basePIM is a collaborative product information system.

Features

  • Flexible Storage
  • Appealing web frontend
  • Numerous Export
  • Fully scriptable with XQuery
  • t.b.a.

Requirements

  • Java 1.6+
  • Apache Maven
  • basePIM will run fine in
    • Mozilla Firefox
    • Google Chrome
    • Microsoft Internet Explorer
    • Apple Safari

Installation

  1. Clone the project
  2. Run BaseX with the following commands
  3. $ basex -c "REPO INSTALL /path/to/basePIM/basePIM-web/src/main/webapp/basex-web-xq-1.0.1-distribution.zip"
  4. $ basex -c "REPO INSTALL http://files.basex.org/xar/functx-1.0.xar"
  5. Start the web server via cd basePIM-web && mvn jetty:run
  6. Open localhost:8080 in a browser of your choice

License

basePIM is licensed under t.b.a.

Conventions

.
├── README.md  ....................................  this file
├── CORE  .........................................  business logic (as xquery modules)
│   ├── api  ......................................  public interfaces (restxq ..)
│   │   └── nodes.xqm
│   ├── services  .................................  general service modules 
│   │   ├── node-service.xqm
│   │   └── pim-service.xqm
│   └── test
│       └── test-json.xq
├── DATA  .........................................  basePIM databases
`── WWW  ..........................................  web root

About

XML based Product Information Management

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •