diff --git a/doc/DESCRIPTION.md b/doc/DESCRIPTION.md index 7b04a66..1b160f7 100644 --- a/doc/DESCRIPTION.md +++ b/doc/DESCRIPTION.md @@ -1 +1,5 @@ -Web-based cross-platform XMPP client +Movim is a social and chat platform that act as a frontend for the XMPP network. + +Once deployed Movim offers a complete social and chat experience for the decentralized XMPP network users. It can easily connect to several XMPP servers at the same time. + +With a simple configuration it can also be restricted to one XMPP server and will then act as a powerful frontend for it. Movim is fully compatible with the most used XMPP servers such as ejabberd or Prosody. \ No newline at end of file diff --git a/doc/DISCLAIMER.md b/doc/DISCLAIMER.md index e389646..ced9df5 100644 --- a/doc/DISCLAIMER.md +++ b/doc/DISCLAIMER.md @@ -1,3 +1,9 @@ ## Configuration - * After installing the app, it can be configured at https://example.com/movim/?admin using the username and password defined during the installation. +* The admin panel is available directly from the Movim UI once an admin user is logged in. To set a user admin login at least once (to register it in the database). You can then set him admin using the following command. + +``` +sudo php7.4 /var/www/movim/daemon.php setAdmin {jid} +``` + +The administrators will be listed on the login page of the instance. \ No newline at end of file diff --git a/doc/DISCLAIMER_fr.md b/doc/DISCLAIMER_fr.md index 0f3c02c..c8c7898 100644 --- a/doc/DISCLAIMER_fr.md +++ b/doc/DISCLAIMER_fr.md @@ -1,3 +1,9 @@ ## Configuration - * Après l'installation, l'application peut être configurée sur https://example.com/movim/?admin en utilisant le nom d'utilisateur et le mot de passe définis lors de l'installation. +* Le panneau d'administration est disponible directement à partir de l'interface utilisateur MOVIM une fois qu'un utilisateur administrateur est connecté. Pour définir un administrateur, connectez-vous au moins une fois (pour l'enregistrer dans la base de données). Vous pouvez ensuite le régler comme administrateur à l'aide de la commande suivante : + +``` +sudo php7.4 /var/www/movim/daemon.php setAdmin {jid} +``` + +Les administrateurs seront inscrits sur la page de connexion de l'instance. \ No newline at end of file diff --git a/doc/screenshots/movim.png b/doc/screenshots/movim.png index e7fab07..db496b7 100644 Binary files a/doc/screenshots/movim.png and b/doc/screenshots/movim.png differ