Skip to content

Hakutest v1.2.0

Latest
Compare
Choose a tag to compare
@shelepuginivan shelepuginivan released this 07 Feb 17:25
· 1 commit to main since this release

A modern and efficient automated educational testing that teachers and students love.

Changes

  • Allow to configure default type of the newly added task in the editor
  • Add new security policy that blocks all requests to the route
  • Allow to configure whether Hakutest Dashboard should be opened at startup

Installation

Windows

  1. Download hakutest-win-x86_64.zip
  2. Extract the archive
  3. Run hakutest.exe

Linux

Debian-based

  1. Download hakutest.deb
  2. Install it: sudo dpkg -i hakutest.deb
  3. Run hakutest

AppImage

A self-contained binary is available in the .AppImage format.

  1. Download hakutest.AppImage
  2. Give the downloaded file execution permissions: chmod +x hakutest.AppImage
  3. Run ./hakutest.AppImage

Note

This option does not provide the hakuctl binary.

Tarball

  1. Download hakutest-linux-x86_64.tar.gz
  2. Extract the archive: tar -xzf hakutest-linux-x86_64.tar.gz
  3. Run ./bin/hakutest

SHA256

7de25c96350f928d4bfe7ad13e7c8b769216a19ea27f9ec67ca10a370c241a55  hakutest.AppImage
87a37374b8ad2a56396b9c643942b1d1575e1466f3c3b895f6ea63a1f546c486  hakutest.deb
abde046865e9af1fb18eb3134afb8048187f8f4d7214c765c16069d57bf57cdc  hakutest-linux-x86_64.tar.gz
da126a087ef89d0f4ff245192cfc0a0287bceb44fa806776a406b86bb5682cc2  hakutest-win-x86_64.zip