-
Beta 1 Pre-Release
released this
2024-06-12 02:15:53 +00:00 | 4 commits to main since this releaseThis is the first beta release of Feed Reader Central.
- INSTALLATION UPDATE There are now
*.zip
and*.tar.bz2
files provided for each release. These should be placed in a directory on the server, and the/public
subdirectory should be set as the server's root directory. There is a/vendor
directory with a few dependencies, as well as the previously-present/lib
and/util
directories. TheCaddyfile
has been removed from its position there, but the/servers
directory now has sample configurations for Apache 2, nginx, and Caddy. See the installation instructions for full details. - The documentation is now complete.
- IMPORTANT UPGRADE NOTE: If you used Alpha 7 or before, you will need to do the following:
- In your
user-config.php
, adduse FeedReaderCentral\{Feed, Security};
between the two comment blocks at the top of the file. - Execute
php util/db-update.php run
(orphp-cli
) to update your database. Copying it before running this update may be smart, though it has run on multiple test databases without a hiccup.
- In your
Downloads
- INSTALLATION UPDATE There are now