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


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
  1. Cloudron Forum
  2. App Wishlist
  3. OpenSlides - digital motion and assembly system

OpenSlides - digital motion and assembly system

Scheduled Pinned Locked Moved App Wishlist
47 Posts 13 Posters 8.6k Views 15 Watching
  • 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.
  • jimcavoliJ jimcavoli

    @girish Sounds good; let me know if you need anything along the way - happy to help in any way I can!

    bubonicfredB Offline
    bubonicfredB Offline
    bubonicfred
    wrote on last edited by
    #26

    @jimcavoli any progress on this, have to run a small conference in a month.

    girishG 1 Reply Last reply
    1
    • bubonicfredB bubonicfred

      @jimcavoli any progress on this, have to run a small conference in a month.

      girishG Offline
      girishG Offline
      girish
      Staff
      wrote on last edited by
      #27

      @bubonicfred I was just looking into this today. @jimcavoli has finished up the packaging as such.

      @jimcavoli where did you find the packaging instructions/docs from? I was trying to just follow through the Dockerfile but it seems quite complicated and I could not find any instructions or code on the openslides site atleast

      jdaviescoatesJ jimcavoliJ 2 Replies Last reply
      1
      • girishG girish

        @bubonicfred I was just looking into this today. @jimcavoli has finished up the packaging as such.

        @jimcavoli where did you find the packaging instructions/docs from? I was trying to just follow through the Dockerfile but it seems quite complicated and I could not find any instructions or code on the openslides site atleast

        jdaviescoatesJ Offline
        jdaviescoatesJ Offline
        jdaviescoates
        wrote on last edited by
        #28

        @girish said in OpenSlides - digital motion and assembly system:

        I was trying to just follow through the Dockerfile but it seems quite complicated and I could not find any instructions or code on the openslides site atleast

        Is one of these what you're looking for?

        https://github.com/OpenSlides/openslides-docker-compose
        https://github.com/OpenSlides/OpenSlides/tree/master/docker
        https://github.com/OpenSlides/OpenSlides/blob/master/README.rst#setup-docker-images

        šŸ™‚

        I use Cloudron with Gandi & Hetzner

        1 Reply Last reply
        1
        • girishG girish

          @bubonicfred I was just looking into this today. @jimcavoli has finished up the packaging as such.

          @jimcavoli where did you find the packaging instructions/docs from? I was trying to just follow through the Dockerfile but it seems quite complicated and I could not find any instructions or code on the openslides site atleast

          jimcavoliJ Offline
          jimcavoliJ Offline
          jimcavoli
          App Dev
          wrote on last edited by
          #29

          @girish Yeah, what @jdaviescoates posted is the thing - it's largely not documented all that well from the technical setup perspective. I just sort of...figured it out? There's not that many components and it's a pretty standard python app. Because it's not well-documented on the project's part insofar as running is concerned, that's a large part of why I made the readme and put all the notes in that I did.

          girishG 1 Reply Last reply
          2
          • jimcavoliJ jimcavoli

            @girish Yeah, what @jdaviescoates posted is the thing - it's largely not documented all that well from the technical setup perspective. I just sort of...figured it out? There's not that many components and it's a pretty standard python app. Because it's not well-documented on the project's part insofar as running is concerned, that's a large part of why I made the readme and put all the notes in that I did.

            girishG Offline
            girishG Offline
            girish
            Staff
            wrote on last edited by
            #30

            @jimcavoli Oh, I completely missed your notes in the README ! I will take a look again.

            1 Reply Last reply
            2
            • jimcavoliJ Offline
              jimcavoliJ Offline
              jimcavoli
              App Dev
              wrote on last edited by
              #31

              I've updated https://git.cloudron.io/jimcavoli/openslides-app with the latest changes for version 3.3 of Openslides. Dockerfile is still multi-staged for the time being. @girish do you want to take another pass at building as-is or should I work on making the Dockerfile straight through.

              girishG holloschH 2 Replies Last reply
              3
              • jimcavoliJ jimcavoli

                I've updated https://git.cloudron.io/jimcavoli/openslides-app with the latest changes for version 3.3 of Openslides. Dockerfile is still multi-staged for the time being. @girish do you want to take another pass at building as-is or should I work on making the Dockerfile straight through.

                girishG Offline
                girishG Offline
                girish
                Staff
                wrote on last edited by
                #32

                @jimcavoli I think Dockerfile straight would be great. How much work do you think it is? Maybe you can quickly try hacking away and see if it's not too much work?

                jimcavoliJ 1 Reply Last reply
                2
                • girishG girish

                  @jimcavoli I think Dockerfile straight would be great. How much work do you think it is? Maybe you can quickly try hacking away and see if it's not too much work?

                  jimcavoliJ Offline
                  jimcavoliJ Offline
                  jimcavoli
                  App Dev
                  wrote on last edited by
                  #33

                  @girish So the gzip failure is independent the staged builds. Arguing with tar/gzip and GitHub about file formats presently, but I can replicate the issue you were having and am testing against the same Dockerfile with and without buildit on, so once I get that sorted, we can regroup and go from there.

                  1 Reply Last reply
                  1
                  • jimcavoliJ jimcavoli

                    I've updated https://git.cloudron.io/jimcavoli/openslides-app with the latest changes for version 3.3 of Openslides. Dockerfile is still multi-staged for the time being. @girish do you want to take another pass at building as-is or should I work on making the Dockerfile straight through.

                    holloschH Offline
                    holloschH Offline
                    hollosch
                    wrote on last edited by hollosch
                    #34

                    @jimcavoli said in OpenSlides - digital motion and assembly system:

                    I've updated https://git.cloudron.io/jimcavoli/openslides-app with the latest changes for version 3.3 of Openslides. Dockerfile is still multi-staged for the time being. @girish do you want to take another pass at building as-is or should I work on making the Dockerfile straight through.

                    Hi, Openslides isn't actually in the cloudron-appstore - is it broken?

                    jimcavoliJ 1 Reply Last reply
                    0
                    • holloschH hollosch

                      @jimcavoli said in OpenSlides - digital motion and assembly system:

                      I've updated https://git.cloudron.io/jimcavoli/openslides-app with the latest changes for version 3.3 of Openslides. Dockerfile is still multi-staged for the time being. @girish do you want to take another pass at building as-is or should I work on making the Dockerfile straight through.

                      Hi, Openslides isn't actually in the cloudron-appstore - is it broken?

                      jimcavoliJ Offline
                      jimcavoliJ Offline
                      jimcavoli
                      App Dev
                      wrote on last edited by
                      #35

                      @hollosch No, work remains "in progress" for the time being to get a reliable package finished before it heads there. You can keep track by the "WIP" tag on the thread right now - it'll go "Solved" and green once completed

                      1 Reply Last reply
                      2
                      • BenoitB Offline
                        BenoitB Offline
                        Benoit
                        translator
                        wrote on last edited by
                        #36

                        Hi @girish do you think Openslides can work on Cloudron ? Any news about it ?

                        girishG 1 Reply Last reply
                        1
                        • BenoitB Benoit

                          Hi @girish do you think Openslides can work on Cloudron ? Any news about it ?

                          girishG Offline
                          girishG Offline
                          girish
                          Staff
                          wrote on last edited by
                          #37

                          @Benoit have to investigate, it's quite a complex app to package ! See https://github.com/OpenSlides/OpenSlides#development . Last, I checked, there were no clear instructions for installations from source, so one has to reverse engineer from their docker files.

                          jimcavoliJ 1 Reply Last reply
                          2
                          • girishG girish

                            @Benoit have to investigate, it's quite a complex app to package ! See https://github.com/OpenSlides/OpenSlides#development . Last, I checked, there were no clear instructions for installations from source, so one has to reverse engineer from their docker files.

                            jimcavoliJ Offline
                            jimcavoliJ Offline
                            jimcavoli
                            App Dev
                            wrote on last edited by
                            #38

                            @girish I’m still around - I can pick this back up in the next week or two

                            micmcM girishG 2 Replies Last reply
                            5
                            • jimcavoliJ jimcavoli

                              @girish I’m still around - I can pick this back up in the next week or two

                              micmcM Offline
                              micmcM Offline
                              micmc
                              wrote on last edited by
                              #39

                              @jimcavoli said in OpenSlides - digital motion and assembly system:

                              @girish I’m still around - I can pick this back up in the next week or two

                              Be my guest! šŸ˜„

                              Ignorance is not an excuse anymore!
                              https://AutomateKit.com

                              1 Reply Last reply
                              1
                              • jimcavoliJ jimcavoli

                                @girish I’m still around - I can pick this back up in the next week or two

                                girishG Offline
                                girishG Offline
                                girish
                                Staff
                                wrote on last edited by girish
                                #40

                                @jimcavoli yes, please šŸ™‚ I will be happy to get this integrated. I think I have addressed the platform issues in the releases since.

                                S 1 Reply Last reply
                                6
                                • girishG girish

                                  @jimcavoli yes, please šŸ™‚ I will be happy to get this integrated. I think I have addressed the platform issues in the releases since.

                                  S Offline
                                  S Offline
                                  scottkuma
                                  wrote on last edited by
                                  #41

                                  @girish @jimcavoli
                                  Any movement on this going into the app store?

                                  1 Reply Last reply
                                  4
                                  • S Offline
                                    S Offline
                                    scottkuma
                                    wrote on last edited by
                                    #42

                                    @girish @jimcavoli

                                    Checking back.

                                    holloschH 1 Reply Last reply
                                    0
                                    • S scottkuma

                                      @girish @jimcavoli

                                      Checking back.

                                      holloschH Offline
                                      holloschH Offline
                                      hollosch
                                      wrote on last edited by
                                      #43

                                      @scottkuma said in OpenSlides - digital motion and assembly system:

                                      @girish @jimcavoli

                                      Checking back.

                                      Would be nice to have it in the appstore!

                                      1 Reply Last reply
                                      2
                                      • J Offline
                                        J Offline
                                        jagan
                                        wrote on last edited by
                                        #44

                                        OpenSlides would be a valuable addition.
                                        Its annual pricing compared to the cost of a Cloudron subscription + VPS cost .... wow.

                                        1 Reply Last reply
                                        1
                                        • I Offline
                                          I Offline
                                          icegorilla
                                          wrote on last edited by
                                          #45

                                          +1 for OpenSlides

                                          1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • Bookmarks
                                          • Search