mirror of
https://github.com/edumeet/edumeet.git
synced 2026-01-23 02:34:58 +00:00
Update develop-deb.yml
This commit is contained in:
parent
ec477cb288
commit
3a4726cd9d
1 changed files with 4 additions and 3 deletions
7
.github/workflows/develop-deb.yml
vendored
7
.github/workflows/develop-deb.yml
vendored
|
|
@ -82,9 +82,10 @@ jobs:
|
|||
ln -s /usr/local/src/edumeet/server/public/config/config.js /etc/edumeet/client-config.js || true
|
||||
systemctl daemon-reload
|
||||
systemctl enable edumeet
|
||||
echo "eduMEET multiparty meeting is installed, but you need the configure the server and client with your ip adresses in configuration files under /etc/meeting/ \n"
|
||||
echo "\n\nPlease visit https://github.com/edumeet/edumeet for configuration details.\n\n"
|
||||
echo "\n\nAfter the configuration, you can start service with 'sudo systemctl start edumeet' command.\n\n"
|
||||
echo "eduMEET multiparty meeting is installed.\n"
|
||||
echo "\n\nClient and server configuration files are in /etc/edumeet directory\n"
|
||||
echo "Please visit ${{ github.server_url }}/${{ github.repository }}/tree/${{ github.ref_name }} for configuration details.\n\n"
|
||||
echo "\n\nAfter configuration, start service with 'sudo systemctl start edumeet' command.\n\n"
|
||||
EOF
|
||||
#
|
||||
chmod 775 DEBIAN/postinst
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue