From c57a3d8973d023aeb2c72956eeafbd319596b5f9 Mon Sep 17 00:00:00 2001 From: jekkos Date: Mon, 28 Dec 2020 13:58:24 +0100 Subject: [PATCH] Add dev server URL to README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b111ba044..19300fd4d 100644 --- a/README.md +++ b/README.md @@ -38,8 +38,8 @@ The latest 3.x version is a complete overhaul of the original software. It is now based on Bootstrap 3 using Bootswatch themes, and uses CodeIgniter version 3 as framework. It also has improved functionality and security. -DEMO ----- +DEMO / DEV +---------- A demo version of the latest master version can be found on our [Demo server](https://demo.opensourcepos.org). This is a containerized install which will be reinitialized when new functionality is added to the code repository. @@ -47,8 +47,9 @@ LOGIN using * username: admin * password: pointofsale -In case of any issues, check our status page at [https://status.opensourcepos.org](https://status.opensourcepos.org) to confirm whether there is a sever outage. +Beside this we also have a [Dev server](https://dev.opensourcepos.org) that runs the build that was triggered with the last repository's commit. +In case of any issues, check our status page at [https://status.opensourcepos.org](https://status.opensourcepos.org) to confirm whether there is a sever outage. Installation ------------