Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 756 Bytes

File metadata and controls

25 lines (17 loc) · 756 Bytes

AWMS

A Warehouse Management System is a suite of open-sourced software for managing warehouse operations

This project is highly work in progress and contains multiple moving parts. When reading documentation, please ensure all steps are followed.

Contributing

License

Steps

- 1 (Postgres database)
    - Setup Postgres server
    - Create a user and database for:
        - AWMS Keycloak Server
        - AWMS Hyperlogic Server

- 2 (Keycloak Server)
    - Create an admin username and password. You will need these for later on
    - Start the Keycloak server with the environment variables
        - `KEYCLOAK_ADMIN` = admin username
        - `KEYCLOAK_ADMIN_PASSWORD` = admin password

- 3 ()