Skip to content
Snippets Groups Projects

Add basic documentation

Merged Duncan Macleod requested to merge duncanmmacleod/gwdatafind-server:docs into master
1 unresolved thread

This MR adds a configuration and source content for documentation for the server, to be rendered using gitlab pages.

This closes #8 (closed) via the inclusion of a complete API v1 specification.

Merge request reports

Pipeline #366368 passed

Pipeline passed for f276349a on duncanmmacleod:docs

Test coverage 88.14% (0.14%) from 7 jobs
Approved by

Merged by Duncan MacleodDuncan Macleod 3 years ago (Mar 8, 2022 9:48pm UTC)

Loading

Pipeline #366624 passed

Pipeline passed for 04ca34e0 on master

Test coverage 86.00% (0.14%) from 7 jobs

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
35 ```
36
37 1. Move the Apache Configuration file into the right place:
38
39 ```shell
40 ln -s /usr/share/gwdatafind-server/gunicorn.conf /etc/httpd/conf.d/gwdatafind-server.conf
41 ```
42
43 1. Customise the `/etc/gwdatafind-server.ini` file as required
44
45 1. Start the gwdatafind-server service and the Apache http server:
46
47 ```shell
48 systemctl start gwdatafind-server.service
49 systemctl start httpd.service
50 ```
  • Duncan Macleod added 2 commits

    added 2 commits

    • ca7eb08c - spec: install systemd files with RPM
    • b46b41e6 - spec: set Prefix for RPMs

    Compare with previous version

  • Duncan Macleod added 2 commits

    added 2 commits

    • 4178f45c - spec: install systemd files with RPM
    • be461d79 - spec: set Prefix for RPMs

    Compare with previous version

  • Duncan Macleod added 2 commits

    added 2 commits

    • c15354e6 - spec: install systemd files with RPM
    • f276349a - spec: set Prefix for RPMs

    Compare with previous version

  • Duncan Meacher approved this merge request

    approved this merge request

  • Duncan Macleod mentioned in commit 04ca34e0

    mentioned in commit 04ca34e0

  • Please register or sign in to reply
    Loading