<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[bundle exec rake plugin:install_gems[&#x27;REPLACE_WITH_PLUGINS_NAME&#x27;]]]></title><description><![CDATA[<p dir="auto">The plugin to be installed is named:</p>
<pre><code>discourse-calendar
</code></pre>
<p dir="auto"><a href="https://github.com/discourse/discourse-calendar" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/discourse/discourse-calendar</a></p>
<p dir="auto">What should the command be in this case?</p>
<p dir="auto"><img src="/assets/uploads/files/1665743779926-brave_ylmgq4bpah.jpg" alt="brave_YlMGq4BpaH.jpg" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.cloudron.io/topic/7798/bundle-exec-rake-plugin-install_gems-replace_with_plugins_name</link><generator>RSS for Node</generator><lastBuildDate>Mon, 09 Mar 2026 18:47:10 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/7798.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 14 Oct 2022 10:32:55 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to bundle exec rake plugin:install_gems[&#x27;REPLACE_WITH_PLUGINS_NAME&#x27;] on Wed, 19 Oct 2022 20:51:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/loudlemur" aria-label="Profile: LoudLemur">@<bdi>LoudLemur</bdi></a> Right, it will be like so:</p>
<pre><code>bundle exec rake plugin:install_gems['discourse-calendar'] 
</code></pre>
]]></description><link>https://forum.cloudron.io/post/54634</link><guid isPermaLink="true">https://forum.cloudron.io/post/54634</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Wed, 19 Oct 2022 20:51:09 GMT</pubDate></item><item><title><![CDATA[Reply to bundle exec rake plugin:install_gems[&#x27;REPLACE_WITH_PLUGINS_NAME&#x27;] on Mon, 17 Oct 2022 18:07:04 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/nebulon" aria-label="Profile: nebulon">@<bdi>nebulon</bdi></a> said in <a href="/post/54520">bundle exec rake plugin:install_gems['REPLACE_WITH_PLUGINS_NAME']</a>:</p>
<blockquote>
<p dir="auto">The command would be what is mentioned in the docs only that <code>REPLACE_WITH_PLUGINS_NAME</code> is replaced with the plugin name. For that specific example it is <code>discourse-calendar</code></p>
</blockquote>
<p dir="auto">So, in this case, the following? I ask because it is not clear to me whether to include the square brackets or the single quotation marks or if a space is needed, should these be removed.</p>
<pre><code>bundle exec rake plugin:install\_gems['discourse-calendar']
</code></pre>
]]></description><link>https://forum.cloudron.io/post/54527</link><guid isPermaLink="true">https://forum.cloudron.io/post/54527</guid><dc:creator><![CDATA[LoudLemur]]></dc:creator><pubDate>Mon, 17 Oct 2022 18:07:04 GMT</pubDate></item><item><title><![CDATA[Reply to bundle exec rake plugin:install_gems[&#x27;REPLACE_WITH_PLUGINS_NAME&#x27;] on Mon, 17 Oct 2022 15:26:53 GMT]]></title><description><![CDATA[<p dir="auto">The command would be what is mentioned in the docs only that <code>REPLACE_WITH_PLUGINS_NAME</code> is replaced with the plugin name. For that specific example it is <code>discourse-calendar</code></p>
]]></description><link>https://forum.cloudron.io/post/54520</link><guid isPermaLink="true">https://forum.cloudron.io/post/54520</guid><dc:creator><![CDATA[nebulon]]></dc:creator><pubDate>Mon, 17 Oct 2022 15:26:53 GMT</pubDate></item><item><title><![CDATA[Reply to bundle exec rake plugin:install_gems[&#x27;REPLACE_WITH_PLUGINS_NAME&#x27;] on Sat, 15 Oct 2022 12:29:33 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/nebulon" aria-label="Profile: nebulon">@<bdi>nebulon</bdi></a></p>
<p dir="auto">Hi, and thank you very much for checking this.</p>
<ol>
<li>For future reference, what would the command be for a plugin that would work?</li>
<li>Could you please update the docs to provide the example of that line?</li>
<li>There is a related and new plugin for events which would have a similar function,  I wonder if that one will work:<br />
<a href="https://meta.discourse.org/t/events-integration-plugin-beta/241170" target="_blank" rel="noopener noreferrer nofollow ugc">https://meta.discourse.org/t/events-integration-plugin-beta/241170</a></li>
<li>If anybody still wants to try this calendar / forum combination, it might be possible on one of Cloudron's other forum platforms,  NodeBB, which also has a calendar plugin. I haven't tested this yet, though.</li>
</ol>
<p dir="auto"><a href="https://github.com/pitaj/nodebb-plugin-calendar#readme" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/pitaj/nodebb-plugin-calendar#readme</a></p>
<p dir="auto"><a href="https://community.nodebb.org/topic/4401/nodebb-plugin-calendar-fully-featured-calendar-plugin-for-nodebb-testers-needed/277" target="_blank" rel="noopener noreferrer nofollow ugc">https://community.nodebb.org/topic/4401/nodebb-plugin-calendar-fully-featured-calendar-plugin-for-nodebb-testers-needed/277</a></p>
<p dir="auto">I can't see how to  mark this question solved.</p>
]]></description><link>https://forum.cloudron.io/post/54437</link><guid isPermaLink="true">https://forum.cloudron.io/post/54437</guid><dc:creator><![CDATA[LoudLemur]]></dc:creator><pubDate>Sat, 15 Oct 2022 12:29:33 GMT</pubDate></item><item><title><![CDATA[Reply to bundle exec rake plugin:install_gems[&#x27;REPLACE_WITH_PLUGINS_NAME&#x27;] on Sat, 15 Oct 2022 07:27:15 GMT]]></title><description><![CDATA[<p dir="auto">I just tried that plugin as well and it seems that it is incompatible with the current release as once installed (following the instructions you have posted from our docs), the database migration will fail for <a href="https://github.com/discourse/discourse-calendar/blob/main/db/migrate/20220604200919_create_disabled_holidays.rb" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/discourse/discourse-calendar/blob/main/db/migrate/20220604200919_create_disabled_holidays.rb</a></p>
<p dir="auto">Btw the actual plugin name for the rake command is <code>discourse-calendar</code></p>
]]></description><link>https://forum.cloudron.io/post/54435</link><guid isPermaLink="true">https://forum.cloudron.io/post/54435</guid><dc:creator><![CDATA[nebulon]]></dc:creator><pubDate>Sat, 15 Oct 2022 07:27:15 GMT</pubDate></item></channel></rss>