Hi all, how can I configure starting Alfresco at boot time? I installed Alfresco on Ubuntu 18.04 but now I have to start it when server starts. Thanks!
Solved! Go to Solution.
You can simply create a cronjob that runs '/opt/alfresco-community/alfresco.sh start' on boot.
@reboot root cd /opt/alfresco-community/ && alfresco.sh start
You can install Alfresco as a service or you can also create a cronjob to start alfresco on boot.
Regards,
Kintu
Hi Kintu, thank you for your response. I did install Alfresco as service and an have alfresco script in init.d but it still does not boot at start time.
I noticed that in rc folders there are not sim link for alfresco script, maybe it is the problem and I should create it manually?
You can simply create a cronjob that runs '/opt/alfresco-community/alfresco.sh start' on boot.
@reboot root cd /opt/alfresco-community/ && alfresco.sh start
Hello,
I have installed Alfresco Content Services v6.2.0 (Community) using distribution zip, so to start alfresco i have to start solr6 first :
cd /opt/alfresco/alfresco-content-services/solr/bin ./solr start
I wait for solr to start and then i start Alfresco:
cd /opt/alfresco/tomcat/bin ./startup.sh
How can i start all of this at boot time, taking in consideration the time i have to wait for solr to start?
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.