<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Start Alfresco at boot time Ubuntu in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/start-alfresco-at-boot-time-ubuntu/m-p/65453#M22147</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have installed Alfresco Content Services v6.2.0 (Community) using distribution zip, so to start alfresco i have to start solr6 first :&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;cd /opt/alfresco/alfresco-content-services/solr/bin
./solr start&lt;/PRE&gt;&lt;P&gt;I wait for solr to start and then i start Alfresco:&lt;/P&gt;&lt;PRE&gt;cd /opt/alfresco/tomcat/bin
./startup.sh&lt;/PRE&gt;&lt;P&gt;How can i start all of this at boot time, taking in consideration the time i have to wait for solr to start?&lt;/P&gt;</description>
    <pubDate>Wed, 23 Dec 2020 14:29:26 GMT</pubDate>
    <dc:creator>imanez1</dc:creator>
    <dc:date>2020-12-23T14:29:26Z</dc:date>
    <item>
      <title>Start Alfresco at boot time Ubuntu</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/start-alfresco-at-boot-time-ubuntu/m-p/65449#M22143</link>
      <description>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!</description>
      <pubDate>Thu, 21 Feb 2019 21:01:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/start-alfresco-at-boot-time-ubuntu/m-p/65449#M22143</guid>
      <dc:creator>mbjelo</dc:creator>
      <dc:date>2019-02-21T21:01:37Z</dc:date>
    </item>
    <item>
      <title>Re: Start Alfresco at boot time Ubuntu</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/start-alfresco-at-boot-time-ubuntu/m-p/65450#M22144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can install Alfresco as a service or you can also create a&amp;nbsp;cronjob to start alfresco on boot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kintu&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.contcentric.com" rel="nofollow noopener noreferrer"&gt;ContCentric&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Feb 2019 05:28:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/start-alfresco-at-boot-time-ubuntu/m-p/65450#M22144</guid>
      <dc:creator>kintu_barot</dc:creator>
      <dc:date>2019-02-22T05:28:43Z</dc:date>
    </item>
    <item>
      <title>Re: Start Alfresco at boot time Ubuntu</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/start-alfresco-at-boot-time-ubuntu/m-p/65451#M22145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;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. &lt;/P&gt;&lt;P&gt;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?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Feb 2019 09:55:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/start-alfresco-at-boot-time-ubuntu/m-p/65451#M22145</guid>
      <dc:creator>mbjelo</dc:creator>
      <dc:date>2019-02-23T09:55:23Z</dc:date>
    </item>
    <item>
      <title>Re: Start Alfresco at boot time Ubuntu</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/start-alfresco-at-boot-time-ubuntu/m-p/65452#M22146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can simply create a cronjob that runs '/opt/alfresco-community/alfresco.sh start' on boot.&lt;/P&gt;&lt;DIV class="" style="border: 0px; font-weight: inherit; margin: 0px 0px 5px;"&gt;&lt;PRE style="background-color: #eff0f1; border: 0px; font-weight: inherit; margin: 0px 0px 1em; padding: 5px;"&gt;&lt;CODE style="background-color: #eff0f1; border: 0px; font-weight: inherit;"&gt;@reboot root cd /opt/alfresco-community/ &amp;amp;&amp;amp; alfresco.sh start&lt;/CODE&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;DIV class="" style="border: 0px; font-weight: inherit; font-size: 13px; margin: -4px 0px 0px !important 0px;"&gt;&lt;DIV class="" style="color: #242729; background-color: #ffffff; border: 0px; margin: 4px 0px;"&gt;Regards,&lt;/DIV&gt;&lt;DIV class="" style="color: #242729; background-color: #ffffff; border: 0px; margin: 4px 0px;"&gt;Kintu&lt;/DIV&gt;&lt;DIV class="" style="color: #242729; background-color: #ffffff; border: 0px; margin: 4px 0px;"&gt;&lt;A href="http://www.contcentric.com" rel="nofollow noopener noreferrer"&gt;ContCentric&lt;/A&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Feb 2019 10:35:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/start-alfresco-at-boot-time-ubuntu/m-p/65452#M22146</guid>
      <dc:creator>kintu_barot</dc:creator>
      <dc:date>2019-02-23T10:35:00Z</dc:date>
    </item>
    <item>
      <title>Re: Start Alfresco at boot time Ubuntu</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/start-alfresco-at-boot-time-ubuntu/m-p/65453#M22147</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have installed Alfresco Content Services v6.2.0 (Community) using distribution zip, so to start alfresco i have to start solr6 first :&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;cd /opt/alfresco/alfresco-content-services/solr/bin
./solr start&lt;/PRE&gt;&lt;P&gt;I wait for solr to start and then i start Alfresco:&lt;/P&gt;&lt;PRE&gt;cd /opt/alfresco/tomcat/bin
./startup.sh&lt;/PRE&gt;&lt;P&gt;How can i start all of this at boot time, taking in consideration the time i have to wait for solr to start?&lt;/P&gt;</description>
      <pubDate>Wed, 23 Dec 2020 14:29:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/start-alfresco-at-boot-time-ubuntu/m-p/65453#M22147</guid>
      <dc:creator>imanez1</dc:creator>
      <dc:date>2020-12-23T14:29:26Z</dc:date>
    </item>
  </channel>
</rss>

