Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 884 Bytes

INSTALLATION.md

File metadata and controls

40 lines (26 loc) · 884 Bytes

URY POS Installation

Prerequisite Setup:

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

To install URY POS , 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 POS app to your bench:

	$ bench get-app ury_pos https://github.com/ury-erp/pos.git

To install URY POS into site:

	$ bench --site sitename install-app ury_pos

Migrate the site:

	$ bench --site sitename migrate