Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


    Cloudron Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular

    Solved bundle exec rake plugin:install_gems['REPLACE_WITH_PLUGINS_NAME']

    Discourse
    discourse plugins calendar
    3
    6
    116
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • L
      LoudLemur last edited by LoudLemur

      The plugin to be installed is named:

      discourse-calendar
      

      https://github.com/discourse/discourse-calendar

      What should the command be in this case?

      brave_YlMGq4BpaH.jpg

      1 Reply Last reply Reply Quote 0
      • Referenced by  L LoudLemur 
      • nebulon
        nebulon Staff last edited by

        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 https://github.com/discourse/discourse-calendar/blob/main/db/migrate/20220604200919_create_disabled_holidays.rb

        Btw the actual plugin name for the rake command is discourse-calendar

        L 1 Reply Last reply Reply Quote 1
        • L
          LoudLemur @nebulon last edited by LoudLemur

          @nebulon

          Hi, and thank you very much for checking this.

          1. For future reference, what would the command be for a plugin that would work?
          2. Could you please update the docs to provide the example of that line?
          3. There is a related and new plugin for events which would have a similar function, I wonder if that one will work:
            https://meta.discourse.org/t/events-integration-plugin-beta/241170
          4. 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.

          https://github.com/pitaj/nodebb-plugin-calendar#readme

          https://community.nodebb.org/topic/4401/nodebb-plugin-calendar-fully-featured-calendar-plugin-for-nodebb-testers-needed/277

          I can't see how to mark this question solved.

          1 Reply Last reply Reply Quote 0
          • Topic has been marked as solved  nebulon nebulon 
          • Referenced by  L LoudLemur 
          • nebulon
            nebulon Staff last edited by

            The command would be what is mentioned in the docs only that REPLACE_WITH_PLUGINS_NAME is replaced with the plugin name. For that specific example it is discourse-calendar

            L 1 Reply Last reply Reply Quote 1
            • L
              LoudLemur @nebulon last edited by LoudLemur

              @nebulon said in bundle exec rake plugin:install_gems['REPLACE_WITH_PLUGINS_NAME']:

              The command would be what is mentioned in the docs only that REPLACE_WITH_PLUGINS_NAME is replaced with the plugin name. For that specific example it is discourse-calendar

              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.

              bundle exec rake plugin:install\_gems['discourse-calendar']
              
              girish 1 Reply Last reply Reply Quote 0
              • girish
                girish Staff @LoudLemur last edited by

                @LoudLemur Right, it will be like so:

                bundle exec rake plugin:install_gems['discourse-calendar'] 
                
                1 Reply Last reply Reply Quote 2
                • First post
                  Last post
                Powered by NodeBB