Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Books plugin documentation update #60

Merged
merged 13 commits into from
Jul 23, 2024
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# books
This plugin allows for the publication of Books within the Janeway ecosystem.
# Janeway Books
This plugin allows for the publication of books within the Janeway ecosystem.

This is not a comprehensive platform for the production of books and if you are interested in that you should investigate the likes of RUA, Editoria or OMP.
## User Guide
We have written a [user guide](docs/USER_GUIDE.md) here on GitHub.

To install:

- Clone the respository into `src/plugins/`
- Run `python src/manage.py install_plugins`
- Run `python src/manage.py migrate`
- Restart the server
## Disclaimer
This is not a comprehensive platform for the production of books. If you are
interested in that, you should investigate the likes of RUA, Editoria or OMP.

## Installation
To install: clone or download into the `plugins` folder and then run the
`install_plugins` command.
1 change: 0 additions & 1 deletion docs/Books.rst

This file was deleted.

Loading