Folder Structure
StockControl can be easily installed on a server, or moved to another location. It has no installer and is not dependent on any Windows service or registry setting. The only dependency the system has is the PostgreSQL server.
All files (binaries, logs, configuration, resources, etc) are stored in a single Sapphire Runtime
folder. In the root of that folder, you should have shortcuts to the binaries. All paths in the system are relative to this folder, so moving it anywhere is easy.
Folder | Contents |
---|---|
| All binaries. That includes executables, libraries, etc. |
| XML files that are used to configure behaviour and look and feel of the components. Here you find |
| Database migrations. Only used during installation. |
| All config (.ini) files are here |
| All log files are here |
| All schemas used in the PocketApp → Pocket Connector communication are here |
| The StockControl license is here |
| All customer-specific drivers are here: host driver and client modules. |