Is there any step by step on how to install axelor on website instead of local host? I managed to
install axelor on my local system but i am struggling to install it on my website hosted by bluehost.
Can anyone help please or just some brief instructions? I am also confused how to point the database to link to the axelor.
You have to send the sources via FTP to your host, that you create your database on your host.
You then define the connection parameters in the file
/src/main/resources/application.properties
The ssh will only allow you to be able to launch gradle commands remotely via terminal
thanks for the info brother,really appreciate it. I am confused about how to put this url right way. Below is the line i use for local system. If my website name is www.mysite.com and database name is axelor5 how to put this correct way, can you help please?
db.default.url = jdbc:postgresql://localhost:5432/axelor5
If you look in the file:
/src/main/resources/application.properties
From your project, you will see the information from your online database to be entered in this form: