This section explains how to install and set up Frappoint within a Frappe/ERPNext environment.
Prerequisites
Before installing Frappoint, ensure you have:
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:
-
Setup bench by following the Installation Steps and start the server
bench start -
In a separate terminal window, run the following commands:
# Create a new site bench new-site test_site.com -
Get the Frappoint app and install it
# Get the Frappoint app bench get-app https://github.com/navariltd/frappoint # Install the app bench --site test_site.com install-app frappoint -
Open the URL
http://test_site:8000/appin your browser, you should see the app running