python3 src/main.py setup-discoveryroom -r matrix.develop.eimis.incubateur.net
A script to automate the creation of a discovery room and add all users to it.
-
create a Python virtual env :
python -m venv venv
-
install python dependencies :
pip install -r requirements.txt
-
copy the .env_template and fill it with values
cp .env_template .env vim .env
-
give it a try
python3 src/main.py dry-run
(it will still create the
discoveryroom
anddummy_user
if they don't exist) -
then run the join-users-to-discovery-room.sh script
./join-users-to-discovery-room.sh
The result will be displayed in the /tmp/join-users-to-discovery-room.log file