The all-in-one bundle to run Axelor ERP without installing it.
Getting Started
Double click on the axelor executable file you found in the root directory of
the bundle.
Set application settings:
-
Web Port- used by Tomcat to serve the app on the given port -
Database Port- used by PostgreSQL server to listen for database connections -
Database Password- the PostgreSQL database user password -
Confirm Password- confirm the password -
Language- application language -
Theme- theme to use
Once you set configuration, click on Apply button. You will see a screen from where you can start the app.
Data Directory
The application data will be stored under var/data directory on Windows and
Linux operating systems, making it portable app:
-
var/data/logs- log files -
var/data/postgresql- database files -
var/data/tomcat- tomcat server files -
var/data/upload- file uploads -
var/data/tmp- temporary files -
var/run/axelor.pid- the process id file
On macOS, however, the data is stored under ~/Library/Application Support/Axelor/Axelor ERP/5.0.0.
You can open the data directory directly from the settings panel by clicking on Show button next the to data directory field.
Advance Features
By default, the application will initialize database with data import files included from source bundles.
However, you can restore old database by putting db-restore.dump file under data
directory when you launch application first time but before you start the server.
Also, you can do migration tasks by putting db-migrate.sql file under data
directory. When application server starts, it will execute the migration script
automatically.