Clone the module into the modules directory of your Etendo Classic project:
cd modules
git clone <repository_url>Install the following modules in your Etendo Classic project:
com.etendoerp.openapicom.etendoerp.etendorxcom.etendoerp.metadatacom.etendoerp.metadata.template
After installing com.etendoerp.etendorx, configure the authentication manager by adding the following line to your Openbravo.properties file:
authentication.class=com.etendoerp.etendorx.auth.SWSAuthenticationManagerAdd the following lines to your gradle.properties file:
docker_com.etendoerp.mainui=true
ETENDO_CLASSIC_URL=http://your.etendo.instance/etendoTo enable Docker services for Etendo Classic, also add these lines:
docker_com.etendoerp.docker_db=true
docker_com.etendoerp.tomcat=trueRun the following commands to set up the module and update resources:
./gradlew setup
./gradlew resources.upIf this is your first time running Etendo Classic via Docker, install the database:
./gradlew install- The
installtask is only needed if running Etendo Classic via Docker for the first time.
- Ensure Docker and Java are properly installed.
- Check the logs for detailed error messages if issues occur.