https://github.com/datanucleus/docs-datanucleus
datanucleus.org site
https://github.com/datanucleus/docs-datanucleus
Last synced: over 1 year ago
JSON representation
datanucleus.org site
- Host: GitHub
- URL: https://github.com/datanucleus/docs-datanucleus
- Owner: datanucleus
- Created: 2013-12-04T18:22:02.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-11-04T11:30:13.000Z (over 1 year ago)
- Last Synced: 2025-01-27T22:37:54.290Z (over 1 year ago)
- Language: HTML
- Size: 17.6 MB
- Stars: 3
- Watchers: 6
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docs-datanucleus
Project providing the documentation for the http://www.datanucleus.org site.
In versions up to and including v5.0 this made use of Maven "site" plugin and the "docs-datanucleus-skin" for theming of the site.
In version 5.1 and later it utilises AsciiDoc and the Maven asciidoctor plugin.
The site uses Bootstrap v3.3, Bootstrap-TOC plugin, Font Awesome, and AsciiDoc foundation CSS.
You generate the http://www.datanucleus.org website by invoking Maven "asciidoctor" plugin like this
'mvn clean compile' which generates the website under _target/site_
The generated web-site is suitable to go on a web server such as [Apache](https://httpd.apache.org).
The simplest form of set up would be what we use for the DataNucleus project.
This involves a [Raspberry PI](https://www.raspberrypi.org) with attached SSD, running Raspberry Pi OS, with Apache 2 webserver.