Installation
Python installation
Here are the steps to install Measy to your on-premise server. This is an extremely lightweight application, so don't worry about system specs.
The steps below assume a Linux or Mac system. On Windows, the commands may vary slightly. You can contact us for assistance.
You might need GitHub credentials to install Measy. You can contact us for that.
Application mode
If you are planning to install as a stand alone application, follow these steps.
First of all, ensure that Python is installed on the server.
Create a folder called measy . Using the terminal, go to that folder and create a new virtual environment by typing:
python3 -m venv venv
Activate the virtual environment by typing:
. venv/bin/activate
Download the latest version of Measy and put all files into the measy folder that you just created.
Install the requirements mentioned in setup.py using pip.
Plugin mode
If you are planning to install as a plugin over an existing Databus application, activate your virtual environment and type:
pip install git+https://github.com/keremkoseoglu/measy.git
ABAP installation
ABAP components need to be installed to your SAP system manually. You can contact us for that.