Skip to content

OpenMES v0.17.2

Choose a tag to compare

@github-actions github-actions released this 24 Jul 22:25
· 311 commits to main since this release
630ce2d

Installation

Web / self-hosted: download openmmes-v0.17.2.zip below — it is self-contained (PHP dependencies in vendor/ and the built frontend in backend/public/build/ are already bundled, so no composer install or npm build is required).

Desktop: grab the installer for your OS — Windows *-setup.exe, macOS *.dmg, or Linux *.deb / *.rpm. They bundle PHP + the backend and run OpenMES as a local app / LAN server.

Mobile (Android): install openmes-mobile-v0.17.2.apk and point it at your OpenMES server.

Shared hosting (no terminal): unzip the web package, upload the folder, point the document root at the package root, then open the URL — the browser-based setup wizard handles environment, database and the admin account.

Docker: unzip the web package and run docker compose up -d from the package root (or bash install.sh).

Changes

  • chore(release): v0.17.2 (#207) (630ce2d)
  • feat(demo): pack the planner with sample data (dense current-week fill) (#206) (b3bdd5d)