From 32b6aa7939843bd8605a066958791b531e7f9dca Mon Sep 17 00:00:00 2001 From: Ian Kelling Date: Fri, 4 Feb 2022 00:05:53 -0500 Subject: [PATCH] docs: more fsf volunteer instructions --- README.md | 29 +++++++++++++++++------------ 1 file changed, 17 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index acf1f1b..c07af63 100644 --- a/README.md +++ b/README.md @@ -1,26 +1,31 @@ # LibreAdventure LibreAdventure is a fork of the last freely licensed version of -WorkAdventure, plus a map and small changes for use at LibrePlanet 2021. +WorkAdventure, plus a map and small changes for use at LibrePlanet 2021/2022. Renaming is incomplete. At FSF, we mainly want to fix a bug for LibrePlanet 2022 (https://todo.sr.ht/~iank/libreadventure/1), and if we can find some other improvements to make that would be good too. -There exists an instance of this code at play.libreadventure.org. You -can try improvements there or locally. To get access, email - with your public ssh key and join #fsfsys and say -that you've emailed your key and want to help with LibreAdventure. The -FSF tech team will add your key to the server. Before making changes to -the server please say something on #fsfsys in order to coordinate with -other volunteers. The main way to run the software is with `cd +#fsfsys on libera.chat and the SourceHut mailing list for this project +are the main place to ask questions and coordinate. Yes, we know there +are little to no posts on the mailing list yet, don't let that stop you. + +There exists an instance of this code at an FSF server, +play.libreadventure.org. You can try improvements there or locally. To +get access, email with your public ssh key and join +#fsfsys and say that you've emailed your key and want to help with +LibreAdventure. The FSF tech team will add your key to the server. +Before making changes to the server please say something on #fsfsys in +order to make coordinate with any other volunteer who may be working on +it. The main way to run the software on the FSF server is with `cd /srv/libreadventure-deployment; docker-compose restart`, then browse to https://play.libreadventure.fsf.org. The standard out of docker-compose -is useful for development, so if multiple people are working on at the -same time, you should do something to make it visible to multiple -people, like sharing an tmux or screen, or redirecting it to a log file -that can be tailed. +is useful for development, so if multiple people want to work on it at +the same time, you will probably need to coordinate to make it visible +to multiple people, like sharing an tmux or screen, or redirecting it to +a log file that can be tailed. Feel free to have a look at the upstream version of WorkAdventure and explore improvements made there. We should not copy any code because the -- 2.25.1