gbv / jskos-server

Web service to access JSKOS data
https://coli-conc.gbv.de/api/
MIT License
6 stars 4 forks source link

Offer a simple script or web interface to easily set up a jskos-server instance #106

Open stefandesu opened 4 years ago

stefandesu commented 4 years ago

I feel like this would be a good addition if other people want to set up their own instance of jskos-server. A web interface would be even easier and could be done together with #39. Especially if we add Docker support (#105), it would be good to simplify the setup with a web interface.

nichtich commented 1 year ago

The setup can be split into these steps:

  1. Installation of code and dependencies
  2. Basic configuration such as database connection to get jskos-server running
  3. Configure individual actions with access control and authentication
  4. data import

I think it's enough to aim on 3 and 4 with #39.