Skip to content

Die Desktop-App für die BBZ Cloud - eine All-in-One-Plattform für Unterricht und Zusammenarbeit

License

Notifications You must be signed in to change notification settings

koyuawsmbrtn/bbz-cloud

Repository files navigation

Starting Development

Start the app in the dev environment:

yarn dev

Packaging for Production

To package apps for the local platform:

yarn dist

Or run ./build.sh to build for all platforms and release channels. Make sure you have Wine installed if you want to build for Windows on Linux.

Building for Arch Linux on Ubuntu

Install libarchive-tools using apt, see this issue: electron-userland/electron-builder#4181 (comment)

Binaries

For teachers

Snap: sudo snap install bbzcloud --channel=stable/teacher

AppImage & Windows: https://github.com/koyuawsmbrtn/bbz-cloud/releases

AUR: https://aur.archlinux.org/packages/bbz-cloud

For students

Snap: sudo snap install bbzcloud

AppImage & Windows: https://github.com/dclausen01/bbz-cloud-sus/releases

AUR: https://aur.archlinux.org/packages/bbz-cloud-sus

DEB:

echo "deb [trusted=yes] https://repo.koyu.space/apt/ /" | sudo tee /etc/apt/sources.list.d/koyu.list
sudo apt update
sudo apt install -y bbzcloud

RPM:

sudo tee -a /etc/yum.repos.d/koyu.repo > /dev/null <<EOT
[koyu]
name=koyu.space
baseurl=https://repo.koyu.space/yum/
enabled=1
gpgcheck=0
EOT
sudo dnf check-update
sudo dnf install -y bbzcloud

About

Die Desktop-App für die BBZ Cloud - eine All-in-One-Plattform für Unterricht und Zusammenarbeit

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published