The easiest way to install OnMyShelf is to use the docker project here.
If you want to install the API manually, here are the instructions:
- A MariaDB/MySQL database
- A web server with PHP and PHP mysqli module
Copy config.default.php to config.php then edit it.
Go into the project folder then run:
php bin/oms installIf you uses the docker project, you have nothing to do.
If you have installed the API manually, go into the project folder then run:
php bin/oms upgradeThis project is licensed under the MIT License. See LICENSE.md for the full license text.
Website: https://onmyshelf.app
Source code: https://github.com/onmyshelf/api
Used in this project:
- PHPMailer: https://github.com/PHPMailer/PHPMailer
- PHP Simple HTML DOM Parser: https://sourceforge.net/projects/simplehtmldom