ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Help with Helpy

    IT Discussion
    ubuntu 14.04 helpy open source help desk
    10
    39
    4.7k
    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.
    • wirestyle22W
      wirestyle22 @IRJ
      last edited by

      @IRJ I wouldn't have the foggiest either man. That's what learning is though!

      IRJI 1 Reply Last reply Reply Quote 1
      • IRJI
        IRJ @wirestyle22
        last edited by

        @wirestyle22 said in Help with Helpy:

        @IRJ I wouldn't have the foggiest either man. That's what learning is though!

        I am getting a little further each time now. Maybe this next install attempt will work 🙂

        wirestyle22W 1 Reply Last reply Reply Quote 2
        • IRJI
          IRJ
          last edited by

          The installation guide definitely isn't the best.

          1 Reply Last reply Reply Quote 0
          • wirestyle22W
            wirestyle22 @IRJ
            last edited by

            @IRJ said in Help with Helpy:

            @wirestyle22 said in Help with Helpy:

            @IRJ I wouldn't have the foggiest either man. That's what learning is though!

            I am getting a little further each time now. Maybe this next install attempt will work 🙂

            One thing I noticed with Linux is most guides have you run commands but don't explain what the commands are actually doing very well. I end up looking up every command that is run in a guide and create a definitions list for myself so I can learn the concepts of what I'm actually doing and why. I try to compare guides too and ask questions so I can determine what best practice really means with this stuff.

            IRJI 1 Reply Last reply Reply Quote 3
            • IRJI
              IRJ @wirestyle22
              last edited by IRJ

              @wirestyle22 said in Help with Helpy:

              @IRJ said in Help with Helpy:

              @wirestyle22 said in Help with Helpy:

              @IRJ I wouldn't have the foggiest either man. That's what learning is though!

              I am getting a little further each time now. Maybe this next install attempt will work 🙂

              One thing I noticed with Linux is most guides have you run commands but don't explain what the commands are actually doing very well. I end up looking up every command that is run in a guide and create a definitions list for myself so I can learn the concepts of what I'm actually doing and why. I try to compare guides too and ask questions so I can determine what best practice really means with this stuff.

              I am trying to learn ruby.

              1 Reply Last reply Reply Quote 0
              • V
                Veet
                last edited by

                Heard of it last year, and Demo'ed it a couple of months back .. Nice GUI ...

                btw, it's developed by a guy named "Scott Miller" ...

                JaredBuschJ scottalanmillerS 2 Replies Last reply Reply Quote 3
                • JaredBuschJ
                  JaredBusch @Veet
                  last edited by

                  @Veet said in Help with Helpy:

                  Heard of it last year, and Demo'ed it a couple of months back .. Nice GUI ...

                  btw, it's developed by a guy named "Scott Miller" ...

                  How is the reporting side? there is nothing listed except "google analytics" blasted on every page.

                  V 1 Reply Last reply Reply Quote 1
                  • scottalanmillerS
                    scottalanmiller @Veet
                    last edited by

                    @Veet said in Help with Helpy:

                    Heard of it last year, and Demo'ed it a couple of months back .. Nice GUI ...

                    btw, it's developed by a guy named "Scott Miller" ...

                    Their on to me.

                    1 Reply Last reply Reply Quote 1
                    • IRJI
                      IRJ
                      last edited by IRJ

                      The tutorial is definitely outdated and needs to be updated.

                      1 Reply Last reply Reply Quote 0
                      • T
                        tiagom
                        last edited by

                        Do you just want to play with it or run it in a live environment?

                        IRJI 1 Reply Last reply Reply Quote 0
                        • IRJI
                          IRJ @tiagom
                          last edited by

                          @tiagom said in Help with Helpy:

                          Do you just want to play with it or run it in a live environment?

                          I want to use it for personal use and have an area to submit tickets on my website.

                          1 Reply Last reply Reply Quote 0
                          • T
                            tiagom
                            last edited by

                            Ill take a look at it when i get home, see if i can help you out.

                            IRJI 1 Reply Last reply Reply Quote 0
                            • IRJI
                              IRJ
                              last edited by

                              I've used osTicket before and it works fine, but the interface on Helpy looks nice. I wont be handling hundreds of tickets a week. Maybe 10-15 a month so I am more worried about looks then something that is powerful. So helpy seems like a good solution.

                              V 1 Reply Last reply Reply Quote 0
                              • IRJI
                                IRJ @tiagom
                                last edited by

                                @tiagom said in Help with Helpy:

                                Ill take a look at it when i get home, see if i can help you out.

                                The closest I got was CentOS 6. I went through the whole tutorial. I just had to change the version on passenger in one of the config files they made. I felt prettty confident I did everything right, but nada.

                                1 Reply Last reply Reply Quote 0
                                • V
                                  Veet @JaredBusch
                                  last edited by

                                  @JaredBusch said in Help with Helpy:

                                  @Veet said in Help with Helpy:

                                  Heard of it last year, and Demo'ed it a couple of months back .. Nice GUI ...

                                  btw, it's developed by a guy named "Scott Miller" ...

                                  How is the reporting side? there is nothing listed except "google analytics" blasted on every page.

                                  As I said ... "The UI is nice" ... and that's that.

                                  1 Reply Last reply Reply Quote 0
                                  • V
                                    Veet @IRJ
                                    last edited by

                                    @IRJ said in Help with Helpy:

                                    I've used osTicket before and it works fine, but the interface on Helpy looks nice. I wont be handling hundreds of tickets a week. Maybe 10-15 a month so I am more worried about looks then something that is powerful. So helpy seems like a good solution

                                    You can easily skin the user-facing portion of osTicket .. If you don't mind putting in the effort, you could even make it look somewhat like Helpy ...

                                    1 Reply Last reply Reply Quote 0
                                    • T
                                      tiagom
                                      last edited by

                                      Tried twice both didn't work, very strange. will try again later.

                                      1 Reply Last reply Reply Quote 1
                                      • T
                                        tiagom
                                        last edited by tiagom

                                        Ok got it working using the CentOS guild. Here is what differed from the guild and what i found unclear.

                                        rails user needs to added to sudoers using visudo under

                                         root    ALL=(ALL)       ALL
                                        

                                        I added

                                        rails   ALL=(ALL)       ALL
                                        

                                        The following command fails because the latest activesupport requires Ruby version >= 2.2.2

                                        gem install rails --no-ri --no-rdoc
                                        

                                        Had to install v4.2.7 instead of the latest. I used:

                                        gem install activesupport -v 4.2.7
                                        gem install rails -v 4.2.7 --no-ri --no-rdoc
                                        

                                        To clear up a question from earlier when you run

                                        rake secret
                                        

                                        The output needs to be put in /config/secrets.yml under production: secret_key_base:

                                        The postgresql password needs to be edited in /config/database.yml under production: password:

                                        The following command doesn't work

                                        rails s -e production -b your.ip.add.ress:3000
                                        

                                        It should be

                                        rails s -e production -b your.ip.add.ress
                                        

                                        The /etc/rc.d/init.d/nginx script has a typo, line 92 is Esac it should be esac

                                        For /opt/nginx/conf/nginx.conf i did not replace the contents with what was provided as the versions differed, instead i just added the following under location

                                        root /home/rails/helpy/public;
                                        passenger_enabled on;
                                        rails_env production;
                                        

                                        I commented out the index index.html index.htm

                                        I can provide my /opt/nginx/conf/nginx.conf and /etc/rc.d/init.d/nginx if needed. I could give you the whole vm if needed, i run it under hyper-v.

                                        Also i needed to stop the firewall

                                        service iptables stop
                                        
                                        travisdh1T IRJI 2 Replies Last reply Reply Quote 4
                                        • travisdh1T
                                          travisdh1 @tiagom
                                          last edited by

                                          @tiagom Wow, I've seen some bad/outdated docs before, but that's really pushing things. Good job figuring it out.

                                          1 Reply Last reply Reply Quote 1
                                          • IRJI
                                            IRJ @tiagom
                                            last edited by

                                            @tiagom said in Help with Helpy:

                                            Ok got it working using the CentOS guild. Here is what differed from the guild and what i found unclear.

                                            rails user needs to added to sudoers using visudo under

                                             root    ALL=(ALL)       ALL
                                            

                                            I added

                                            rails   ALL=(ALL)       ALL
                                            

                                            The following command fails because the latest activesupport requires Ruby version >= 2.2.2

                                            gem install rails --no-ri --no-rdoc
                                            

                                            Had to install v4.2.7 instead of the latest. I used:

                                            gem install activesupport -v 4.2.7
                                            gem install rails -v 4.2.7 --no-ri --no-rdoc
                                            

                                            To clear up a question from earlier when you run

                                            rake secret
                                            

                                            The output needs to be put in /config/secrets.yml under production: secret_key_base:

                                            The postgresql password needs to be edited in /config/database.yml under production: password:

                                            The following command doesn't work

                                            rails s -e production -b your.ip.add.ress:3000
                                            

                                            It should be

                                            rails s -e production -b your.ip.add.ress
                                            

                                            The /etc/rc.d/init.d/nginx script has a typo, line 92 is Esac it should be esac

                                            For /opt/nginx/conf/nginx.conf i did not replace the contents with what was provided as the versions differed, instead i just added the following under location

                                            root /home/rails/helpy/public;
                                            passenger_enabled on;
                                            rails_env production;
                                            

                                            I commented out the index index.html index.htm

                                            I can provide my /opt/nginx/conf/nginx.conf and /etc/rc.d/init.d/nginx if needed. I could give you the whole vm if needed, i run it under hyper-v.

                                            Also i needed to stop the firewall

                                            service iptables stop
                                            

                                            Awesome work. I was able to solve some of that, but not enough to get everything working.

                                            1 Reply Last reply Reply Quote 1
                                            • 1
                                            • 2
                                            • 1 / 2
                                            • First post
                                              Last post