From ff593d0240c632f2ff5197d9bd4823a9c17aa1db Mon Sep 17 00:00:00 2001 From: ale <ale@incal.net> Date: Fri, 19 Dec 2014 12:08:43 +0000 Subject: [PATCH] admin tools have been released --- README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 78ec59ceb..66ad58aa0 100644 --- a/README.md +++ b/README.md @@ -236,10 +236,10 @@ the installation instructions! Additional management tools --------------------------- -We will release very soon our additional management tools for noblogs, -`noblogs-cli` (a set of tools to ease the day-to-day operations) and -`noblogsmv`, a state-machine that allows to rebalance easily (and -fast! as you can use as many workers as possible in parallel) the +We have released additional management tools for noblogs, +[noblogs-cli][1] (a set of tools to ease the day-to-day operations) +and [noblogsmv][2], a state-machine that allows to rebalance easily +(and fast! as you can use as many workers as possible in parallel) the cluster if you add or remove one backend, moving databases and blogs around. @@ -251,3 +251,8 @@ We're not ready to accept external contributors on our git platform at the moment (but this will change). For now, just prepare a patch and let us know at info at autistici dot org. You can find us hanging around in the #ai channel on irc.autistici.org. + + + +[1]: https://git.autistici.org/ai/noblogs-cli +[2]: https://git.autistici.org/ai/noblogsmv -- GitLab