https://github.com/opencats/gitbook
Documentation 2022
https://github.com/opencats/gitbook
Last synced: 6 months ago
JSON representation
Documentation 2022
- Host: GitHub
- URL: https://github.com/opencats/gitbook
- Owner: opencats
- License: mit
- Created: 2022-06-30T16:27:28.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-28T16:00:32.000Z (over 2 years ago)
- Last Synced: 2024-03-25T22:19:25.628Z (over 2 years ago)
- Size: 3.72 MB
- Stars: 0
- Watchers: 5
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
---
description: >-
This documentation explains how to install, enhance and use OpenCATS, the free
open-source applicant tracking system 'opencats' available at opencats.org
cover: .gitbook/assets/opencats-logo.png
coverY: -19.322916666666668
---
# >current release 0.9.7.4
### Release information[¶](broken-reference/)
The current OpenCATS release is 0.9.7.4 and the most recent release will always be available at [https://github.com/opencats/opencats/releases](https://github.com/opencats/opencats/releases)
#### Dependencies
The main dependencies for this software are PHP and MariaDB. PHP 7.2 and MariaDB 10.6 are the most recent versions supported. **Higher levels may work, but are untested**
**Note:** MySQL is now unsupported due to some divergence between MariaDB and MySQL. MariaDB is a drop-in replacement for MySQL. Additional utilities (antiword, html2text, unrtf, etc) are necessary for full-text indexing of uploaded resume's. These are not required for installing OpenCATS, and can be added in later.
#### Which package to install?
If you want a simple install, then please check you've downloaded and installed the \*-full package on the releases page [https://github.com/opencats/opencats/releases](https://github.com/opencats/opencats/releases) and not the source code or have cloned the master repository.
If you've done either of the last two, you'll need to download and run composer [https://getcomposer.org/)](https://getcomposer.org/) to pick up the dependencies which are already bundled in the -\*full package.\
**To avoid pulling in development packages, run composer install with the --no-dev option**
```
composer install --no-dev
```
### and finally - a gentle warning
This documentation is coming along nicely, albeit slowly. If you have corrections or requests for anything that should be included in this documentation, please submit a PR to this documentation on github (there's a link in the top right-hand corner of this page!).