https://github.com/openlibhums/apc
APC management plugin for Janeway
https://github.com/openlibhums/apc
janeway-plugin
Last synced: 4 months ago
JSON representation
APC management plugin for Janeway
- Host: GitHub
- URL: https://github.com/openlibhums/apc
- Owner: openlibhums
- License: agpl-3.0
- Created: 2018-02-20T15:19:31.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-05-12T16:06:32.000Z (about 3 years ago)
- Last Synced: 2024-08-20T13:12:36.309Z (almost 2 years ago)
- Topics: janeway-plugin
- Language: Python
- Homepage:
- Size: 80.1 KB
- Stars: 0
- Watchers: 5
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Janeway APC Plugin
This plugin enables Janeway to set, manage and track Article Publication Charges (APC).
Installation Instructions:
1. Clone this repo into /path/to/janeway/src/plugins/
2. Run the Janeway command for installing plugins: `python3 manage.py install_plugins`
3. Run the Janeway command for running required migrations: `python3 manage.py migrate`
4. Restart your server (Apache, Passenger, etc).