Implementation of the CITE architexture microservices specified here.
Versions of binary releases follow semantic versioning guidelines.
See release notes
- Clone the repository or download and unpack the zipped repository. (You can rename it afterwards if you like.)
- Open a Terminal/Commandline and
cd
into the new folder. - On Mac/Linux: start it up with
./citeMicros-VERSION
/ on Windows: doubleclick onWinCiteMircros-VERSION.exe
You might have to tell your Operating system that ./citeMicros-VERSION
is an executable with chmod +x citeMicros-VERSION
- http://localhost:8080/cite
- http://localhost:8080/texts
- http://localhost:8080/texts/
- http://localhost:8080/texts/urn:cts:citeArch:groupA.work1.ed1:1-2
- http://localhost:8080/texts/urns/urn:cts:citeArch:groupA.work1.ed1:1-2
- http://localhost:8080/texts/first/urn:cts:citeArch:groupA.work1.ed1:1-2
- http://localhost:8080/texts/last/urn:cts:citeArch:groupA.work1.ed1:1-2
- http://localhost:8080/texts/next/urn:cts:citeArch:groupA.work1.ed1:3.2
- http://localhost:8080/texts/previous/urn:cts:citeArch:groupA.work1.ed1:3.2
- Change the "cex_source" in
config.json
or try it with my CEX file - Execute the http-request like above but add
[the_name_of_your_cex]
in front of it - For instance, http://localhost:8080/million/texts/
- If you name your cex files
texts.cex
won't work with this implementation of the microservices.
config.json
is pretty much self-explicable.