Download BeanGuard

You download each module separately — Docker images for the server, admin panel, and shop, and a Maven dependency for the client library.

Licence server

docker pull mszajner/beanguard-server:0.1.3

Requires PostgreSQL — see the server documentation.

Admin panel

docker pull mszajner/beanguard-admin:0.1.3

See the admin panel documentation.

Shop

docker pull mszajner/beanguard-shop:0.1.3

See the shop documentation.

Client (Maven library)

<dependency>
    <groupId>dev.beanguard</groupId>
    <artifactId>beanguard-client</artifactId>
    <version>0.1.3</version>
</dependency>

See client integration.

Was this page helpful?