Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

« Previous Version 4 Next »

System landscape requirements

VPN

Preferable L2TP, OpenVPN or other secure VPN to access the application server and database.

Applications Server

Requirement

Description

Operating system

Preferable Ubuntu or another unix* installed in virtual machine without graphical interface.

Language: utf-8, en-usa.

If you use Windows environment, you can install unix* under Microsoft Hyper-V.

CPU

4 Cores

Memory

6 GB

Network

Preferable near database server (in same network / switch)

Other

Services: SSH Access
Username: mysales with sudo privileges.

Database

Requirement

Description

Requirement

Preferable same as ERP database for easy data exchange and integration.

  • Microsoft SQL Server

  • Oracle

  • PostgreSQL

  • MySQL

Requirement

Depending on the amount of data. Usually 160GB is enough.

We strongly recommend using SSD drive or Storage System.

Requirement

Username: mysales

Separate DB (mysales) or database schema (dbo, msls, mysales)

Network Requirements

NodeJS Installation

Ubuntu

sudo apt-get install curl
curl -sL https://deb.nodesource.com/setup_16.x | sudo -E bash -
sudo apt-get install nodejs
sudo npm i n -g

NVM remove

rm -rf ~/.nvm
remove any nvm lines from ~/.bash_profile (and/or ~/.profile)

System setup

Installing the MySales application on the server and creating tables in the database is done by MySales employees.

  • No labels