Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 884 Bytes

INSTALL.md

File metadata and controls

37 lines (26 loc) · 884 Bytes

URY Mosaic Installation

Prerequisite Setup:

  • Before using URY Mosaic, ensure you have URY installed.
  • Doppio is used to setup and manage custom desk pages using Vue 3 on URY Mosaic App and you don't have to install doppio in your site.
  • Follow the URY installation guide for the installation process.

To install URY Mosaic, follow these steps:

Create New Site:

  $ bench new-site sitename

Install the Doppio app to your bench:

  $ bench get-app https://github.com/NagariaHussain/doppio

Install the URY Mosaic app to your bench:

  $ bench get-app ury_mosaic https://github.com/ury-erp/mosaic.git

To install URY Mosaic into site:

  $ bench --site sitename install-app ury_mosaic

Migrate the site:

  $ bench --site sitename migrate