mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-05-14 18:23:52 -04:00
* docs: mention db-backup.php and simplify git update steps Two follow-ups from Alkarex's review of #8741. Backup: add ./cli/db-backup.php to the "What to back up" list as a database-agnostic alternative to mysqldump/pg_dump. It was already documented further down the page; the top bullet just didn't point to it. Updating: replace the 6-step prose list in "Using git" with a command block matching the sequence in 07_LinuxUpdate.md. Drop the top-level "move your backup outside the directory" warning; git reset --hard doesn't need it, the real hazard is git clean -f -d removing untracked files, so the warning sits inline on that line. Link to the Linux page for the sudo and permissions-helper variant. * docs: restore backup warning, clarify git clean note Per @Alkarex review on #8763. Reword the inline `git clean` note to cover untracked files generally (themes, extensions, local edits) since backups are now called out separately above. --------- Co-authored-by: Bjørn A. Andersen <polybjorn@users.noreply.github.com>
This is the documentation deployed by GitHub Pages.
To build and serve locally, first install the necessary packages:
bundle install
Then serve:
bundle exec jekyll serve -H 127.0.0.1 --watch --incremental
The documentation should be reachable at http://127.0.0.1:4000/FreshRSS/.