VunaPOS

VunaPOS

Open in ChatGPT
Ask ChatGPT about this page
Open in Claude
Ask Claude about this page

Installation

This section explains how to install and set up VunaPOS within a Frappe/ERPNext environment.

Prerequisites

Before installing VunaPOS, ensure you have:

  • A working Frappe environment (v16+ recommended)
  • ERPNext installed

Production Setup

Managed Hosting

You can download the app from Frappe Cloud, a simple, user-friendly and sophisticated open-source platform to host Frappe applications with peace of mind.

It takes care of installation, setup, upgrades, monitoring, maintenance and support of your Frappe deployments. It is a fully featured developer platform with an ability to manage and control multiple Frappe deployments.

Development Setup

Manual Installation

To setup the repository locally follow the steps mentioned below:

  1. Setup bench by following the Installation Steps and start the server
 bench start
  1. In a separate terminal window, run the following commands:
 # Create a new site
 bench new-site vunapos.localhost
  1. Get the Frappoint app and install it
 # Get the vunapos app
 bench get-app https://github.com/navariltd/vunapos

 # Install the app
 bench --site vunapos.localhost install-app vunapos
  1. Open the URL http://vunapos.localhost:8000/app in your browser, you should see the app running
Last updated 1 month ago
Was this helpful?
Thanks!