Installation & Deployment¶
DiKAS is provided either as a ready-made ISO image for POS hardware or as a Windows application.
ISO Image (Standard)¶
The simplest option: DiKAS comes as a complete operating system image that is installed on the POS hardware.
Pre-configured Hardware¶
If you ordered DiKAS hardware, the system is already pre-installed and ready to use. Simply turn it on and get started.
Custom Hardware / Fresh Installation¶
The current ISO image can be downloaded from the following address:
- Download the ISO image
- Write it to a USB stick (e.g. with Rufus or
dd) - Boot from the USB stick and complete the installation
- After restarting, DiKAS is ready to use
Windows Installation¶
DiKAS can also run directly on Windows as an .exe:
- Extract
dikascore.exeinto a folder - Optional: populate the
plugins/folder with feature DLLs - Start:
dikascore.exe - Accessible at
http://localhost:8090
Change port:
Update¶
- Stop DiKAS
- Install the new version (ISO or overwrite
dikascore.exe) - Start DiKAS
Database migrations are applied automatically on startup.
Backup¶
The easiest way: Admin → Settings → System → Backup → "Create Backup"
→ Detailed guide: Backup & Restore
Next Step¶
→ REST API — API documentation for developers