Skip to content

Latest commit

 

History

History
51 lines (30 loc) · 4.01 KB

File metadata and controls

51 lines (30 loc) · 4.01 KB
description
Overview of the PlaceOS Workplace App

Workplace App

The Workplace App is the primary user interface for end users to interact with the PlaceOS Platform and facilitates a range of functions, including:

  • Room Booking
  • Desk Booking
  • Locker Booking
  • Car Park Booking
  • Building Floor Plans
  • Real Time Location
  • Room Status
  • Your Bookings

Deployment

The Workplace app is typically configured at the base route of your PlaceOS Deployment i.e. https://yourdomain.placeos.run it may also be accessed via https://yourdomain.placeos.run/workplace

This is configured by the directory of the application configured for the relevant domain per the Deploy a Frontend Interface guide.

Some instances may also have a development interface, pulling from the development branch, this is typically configured as https://yourdomain.placeos.run/workplace-dev

Set The Base Route

If you would like the Workplace App to be the default base route of your deployment, you must configure a default app on the domain.

1. Navigate to PlaceOS Backoffice

2. Click on Domains

Step 2 screenshot

3. Select your Domain

Step 3 screenshot

4. Click into the Config Metadata

Step 4 screenshot

5. Add the default_app parameter

Configure the default_app parameter to the folder for the workplace app, typically /workplace/ \