02-21-2019 04:01 PM
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!
02-23-2019 05:35 AM
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
02-22-2019 12:28 AM
You can install Alfresco as a service or you can also create a cronjob to start alfresco on boot.
Regards,
Kintu
02-23-2019 04:55 AM
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?
02-23-2019 05:35 AM
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
12-23-2020 09:29 AM
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?
Explore our Alfresco products with the links below. Use labels to filter content by product module.