fe0f11535c726cda953eae3ddbe6c3b3fe033387
All checks were successful
Build Authoring Service / build (push) Successful in 8s
Authoring service
Standalone local authoring UI for the Org website content in:
/home/zaine/master-folder/org_files/org_web
Run:
make author
Then open http://127.0.0.1:8765.
The service is installed as the user systemd unit org-web-authoring.service.
Useful commands:
make testruns the authoring server unit tests.make author-installinstalls and enables the user service.make author-restartrestarts the service.make author-statusshows service status and editable page count.make author-diagnosticsshows runtime diagnostics.make author-logsshows recent service logs.
The service code runs from this repository. The editable content root is set by AUTHOR_CONTENT_ROOT in systemd/user/org-web-authoring.service; it currently points at the website repository. Hidden-details backups are stored in this repository under backups/hidden-details.
Code layout:
authoring_server.pyis the compatibility executable used by systemd.src/authoring_service/contains the implementation modules.src/tests/contains the unit tests.
Description
Languages
Python
92.9%
JavaScript
6%
Makefile
1.1%