Welcome to basePIM.
basePIM is a collaborative product information system.
- Flexible Storage
- Appealing web frontend
- Numerous Export
- Fully scriptable with XQuery
- t.b.a.
- Java 1.6+
- Apache Maven
- basePIM will run fine in
- Mozilla Firefox
- Google Chrome
- Microsoft Internet Explorer
- Apple Safari
- Clone the project
- Run BaseX with the following commands
$ basex -c "REPO INSTALL /path/to/basePIM/basePIM-web/src/main/webapp/basex-web-xq-1.0.1-distribution.zip"
$ basex -c "REPO INSTALL http://files.basex.org/xar/functx-1.0.xar"
- Start the web server via
cd basePIM-web && mvn jetty:run
- Open localhost:8080 in a browser of your choice
basePIM is licensed under t.b.a.
.
├── 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