This is the development repository of Etendo ERP.
Etendo is an ERP to manage the business flows, adaptable to the needs of the companies. Our mission is creating an adaptable, flexible, composable and scalable software, able to grows without restrictions from the start and offers an intuitive, customizable and complete solution for the companies.
We are developing an international ERP and a platform that supports business development and scalable growth for our partners and their customers.
To more information visit etendo.software
In this section you can read the System Requirements.
- To compile and deploy an Etendo Core instance you have to setup the configuration variables, to do that you have to create a copy of
gradle.properties.templatefile.
cp gradle.properties.template gradle.properties- You can edit
gradle.propertiesfile updating the variables or use the default values
To configure GitHub credentials read Using repositories on Etendo
| Variable | Description | Default value |
|---|---|---|
| githubUser gitHubToken |
GitHub repository credentials (required) | |
| nexusUser nexusPassword |
Nexus repository credentials, for access to commercial modules (optional) | |
| context.name | Environment name | etendo |
| bbdd.sid | Database name | etendo |
| bbdd.port | Database port | 5432 |
| bbdd.systemUser | Database system user | postgres |
| bbdd.systemPassword | Database system password | syspass |
| bbdd.user | Database user | tad |
| bbdd.password | Database password | tad |
Run the gradle tasks with the
--infoor--debugflag to log more information.
- Run setup task to create the configurations files
./gradlew setup
- Execute install task to create the initial database and compile the sources
./gradlew install
- Deploy Etendo to Tomcat:
./gradlew smartbuild
This task deploying the webContent folder into the tomcat/webapps directory, for that you must set up $CATALINA_HOME environment variable.
- Finally, run the tomcat and access to https://localhost:8080/etendo
For more information you can read documentation in Etendo Docs .
This project includes components licensed under different terms. For full license texts and third-party license disclosures, please refer to LICENSE.md
For any legal or licensing inquiries, please contact:
FUTIT SERVICES, S.L.
Calle Eustasio Amilibia, 10 - piso 7 pta 420011
Donostia - San Sebastián, Spain
[email protected]