Updating a server you already run
rss.chat worknotes ·
Follow into
Save into
This is the first of a kind of note you'll see here from now on: when a change matters to people running their own installs, the steps to update will live right here in worknotes. For this one:
- Get the new
rssnetwork.jsandpackage.jsonfrom the repo. - In your server's folder, run
npm install. The updatedpackage.jsonadds one package -- the cleaner -- and this brings it in. - Restart the server.
That is the whole update. Nothing in your config or your database changes, and the cleaner applies to new and edited posts the moment you restart.