Skip to content

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 run -p 80:80 jortilles/eda:latest

There are several deployment options. Below is the basic configuration from which you can make changes.

  1. Clone the Git repository:

git clone https://github.com/jortilles/EDA.git

  1. Configure the database in eda_api/config/database.config.js
  2. Configure the backend in eda_app/src/app/config/config.ts
  3. Install and boot

cd eda_api

npm install

npm start

cd eda_app

npm install

npm start