Deployment and configuration
Jortilles offers Edalitics in SAS mode. In this way, you can enjoy an always updated Edalitics server managed by Jortilles for a monthly fee. If we opt for this option, we will have a server on the internet for us under the url https://edalitics.com/mi_empresa
Docker
Section titled “Docker”docker run -p 80:80 jortilles/eda:latest
Manual deploy
Section titled “Manual deploy”There are several deployment options. Below is the basic configuration from which you can make changes.
- Clone the Git repository:
git clone https://github.com/jortilles/EDA.git
- Configure the database in eda_api/config/database.config.js
- Configure the backend in eda_app/src/app/config/config.ts
- Install and boot
cd eda_api
npm install
npm start
cd eda_app
npm install
npm start

