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

    Installing osTicket 1.10 on CentOS 7

    IT Discussion
    osticket helpdesk ticket ticketing centos centos 7 rhel rhel 7 linux osticket 1.10
    19
    75
    39.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.
    • dafyreD
      dafyre @scottalanmiller
      last edited by

      @scottalanmiller said in Installing osTicket 1.10 on CentOS 7:

      @ntozier said in Installing osTicket 1.10 on CentOS 7:

      @scottalanmiller as a side note, one of the most reported issues with osTicket under CentOS is that SELinux has some rules that conflict with some of the AJAX requests. If you get a white bar or find that something doesn't work you would want to check your logs to see if that's whats happening.

      Thanks for the tip. I've not seen anything with CentOS 7 yet.

      I ran into it following your guys to get this installed... I had to

      chcon -t httpd_sys_rw_content_t /var/www/html/helpdesk -R
      

      To get it to make it past the setup where it was checking to see if the config file was writeable.

      L 1 Reply Last reply Reply Quote 4
      • gjacobseG
        gjacobse @ntozier
        last edited by

        @ntozier said in Installing osTicket 1.10 on CentOS 7:

        @gjacobse
        Of users? Yes.
        Go to Agent panel -> Users -> Click Import.

        I should have been more specific - I do see that you can import Users - But what about tickets from another system?

        We have about a thousand tickets and history which would be nice to have online and searchable.

        scottalanmillerS 1 Reply Last reply Reply Quote 0
        • scottalanmillerS
          scottalanmiller @gjacobse
          last edited by

          @gjacobse said in Installing osTicket 1.10 on CentOS 7:

          @ntozier said in Installing osTicket 1.10 on CentOS 7:

          @gjacobse
          Of users? Yes.
          Go to Agent panel -> Users -> Click Import.

          I should have been more specific - I do see that you can import Users - But what about tickets from another system?

          We have about a thousand tickets and history which would be nice to have online and searchable.

          "Another system" is, again, not at all useful. Each "system" is totally unique. If that other system saved in osTicket's format, importing would be trivial. But the assumption is that it does not. So the format that it uses is what matters. This is not a question that can be asked generically.

          1 Reply Last reply Reply Quote 1
          • dafyreD
            dafyre
            last edited by

            It can be done, but it is not trivial. I've done similar conversions from another system to SW.

            scottalanmillerS 1 Reply Last reply Reply Quote 0
            • scottalanmillerS
              scottalanmiller @dafyre
              last edited by

              @dafyre said in Installing osTicket 1.10 on CentOS 7:

              It can be done, but it is not trivial. I've done similar conversions from another system to SW.

              Definitely can be done. Custom script is going to be required.

              dafyreD DashrenderD 2 Replies Last reply Reply Quote 1
              • dafyreD
                dafyre @scottalanmiller
                last edited by

                @scottalanmiller Or you could just keep the old system around for archival and research.

                1 Reply Last reply Reply Quote 1
                • DashrenderD
                  Dashrender @scottalanmiller
                  last edited by

                  @scottalanmiller said in Installing osTicket 1.10 on CentOS 7:

                  @dafyre said in Installing osTicket 1.10 on CentOS 7:

                  It can be done, but it is not trivial. I've done similar conversions from another system to SW.

                  Definitely can be done. Custom script is going to be required.

                  Would the same script be usable by anyone converting from SpiceWorks to osTicket?

                  dafyreD scottalanmillerS 2 Replies Last reply Reply Quote 0
                  • dafyreD
                    dafyre @Dashrender
                    last edited by dafyre

                    @Dashrender said in Installing osTicket 1.10 on CentOS 7:

                    @scottalanmiller said in Installing osTicket 1.10 on CentOS 7:

                    @dafyre said in Installing osTicket 1.10 on CentOS 7:

                    It can be done, but it is not trivial. I've done similar conversions from another system to SW.

                    Definitely can be done. Custom script is going to be required.

                    Would the same script be usable by anyone converting from SpiceWorks to osTicket?

                    It depends on who writes the script. Because some folks in Spiceworks use Custom Fields to death, lol. That would make it that much harder to accurately transfer the data over.

                    If somebody can share their Spiceworks DB, I could come up with something... Just make an admin account and pass me the backup copy.

                    1 Reply Last reply Reply Quote 0
                    • scottalanmillerS
                      scottalanmiller @Dashrender
                      last edited by

                      @Dashrender said in Installing osTicket 1.10 on CentOS 7:

                      @scottalanmiller said in Installing osTicket 1.10 on CentOS 7:

                      @dafyre said in Installing osTicket 1.10 on CentOS 7:

                      It can be done, but it is not trivial. I've done similar conversions from another system to SW.

                      Definitely can be done. Custom script is going to be required.

                      Would the same script be usable by anyone converting from SpiceWorks to osTicket?

                      It would be generic, of course. All osTicket and SW databases are the same as each other respectively.

                      1 Reply Last reply Reply Quote 0
                      • hobbit666H
                        hobbit666
                        last edited by

                        Got my eval VM running. Thanks for the guide @scottalanmiller and @dafyre for the extra command to get it going 🙂

                        Quick question if this VM is only going to run osTickets why not just place it in the www root instead of a subfolder like helpdesk or tickets etc.

                        DustinB3403D scottalanmillerS 2 Replies Last reply Reply Quote 1
                        • DustinB3403D
                          DustinB3403 @hobbit666
                          last edited by

                          @hobbit666 said in Installing osTicket 1.10 on CentOS 7:

                          Got my eval VM running. Thanks for the guide @scottalanmiller and @dafyre for the extra command to get it going 🙂

                          Quick question if this VM is only going to run osTickets why not just place it in the www root instead of a subfolder like helpdesk or tickets etc.

                          Because it's proper convention to give each website it's own folder. Using WWW is poor practice.

                          hobbit666H 1 Reply Last reply Reply Quote 2
                          • scottalanmillerS
                            scottalanmiller @hobbit666
                            last edited by

                            @hobbit666 said in Installing osTicket 1.10 on CentOS 7:

                            Got my eval VM running. Thanks for the guide @scottalanmiller and @dafyre for the extra command to get it going 🙂

                            Quick question if this VM is only going to run osTickets why not just place it in the www root instead of a subfolder like helpdesk or tickets etc.

                            You can if you want, but that's messy. Why not just point your web server to the right place 🙂

                            1 Reply Last reply Reply Quote 1
                            • hobbit666H
                              hobbit666 @DustinB3403
                              last edited by hobbit666

                              @DustinB3403 said in Installing osTicket 1.10 on CentOS 7:

                              Because it's proper convention to give each website it's own folder. Using WWW is poor practice.

                              But if the only "website" is osTickets

                              scottalanmillerS 1 Reply Last reply Reply Quote 0
                              • scottalanmillerS
                                scottalanmiller @hobbit666
                                last edited by

                                @hobbit666 said in Installing osTicket 1.10 on CentOS 7:

                                @DustinB3403 said in Installing osTicket 1.10 on CentOS 7:

                                Because it's proper convention to give each website it's own folder. Using WWW is poor practice.

                                But if the only "website" is osTickets...

                                .... it's still good practice.

                                Where do you put the new version when you go to update, where do you store your A/B flip backups? There are real reasons that people who do this never put things in the root, no matter what use case.

                                It's like saying "should I virtualize when I have only one workload?" Of course, that there were two or more was never the reason that we did that in the first place.

                                1 Reply Last reply Reply Quote 1
                                • L
                                  linuxspark @dafyre
                                  last edited by

                                  @dafyre Thanks a lot! I just stuck at that point as well!

                                  1 Reply Last reply Reply Quote 2
                                  • AdamFA
                                    AdamF
                                    last edited by

                                    Just installed this tonight and have been testing it out. So far, seems pretty basic, but functional. Does anyone know how this compares to FreshDesk?

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

                                      @fuznutz04 said in Installing osTicket 1.10 on CentOS 7:

                                      Just installed this tonight and have been testing it out. So far, seems pretty basic, but functional. Does anyone know how this compares to FreshDesk?

                                      Do not, I'm afraid. Have not used FreshDesk. osTicket is a little basic, but a lot of the functionality just requires taking the time to customize it for your needs, too. So far, we are still liking it.

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

                                        I got it up and running last night, but all my email alerts are going to spam. How are you guys configuring email?

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

                                          @IRJ said in Installing osTicket 1.10 on CentOS 7:

                                          I got it up and running last night, but all my email alerts are going to spam. How are you guys configuring email?

                                          Whitelist or run through a relay or have it authenticate as a user on your email system.

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

                                            @scottalanmiller said in Installing osTicket 1.10 on CentOS 7:

                                            @IRJ said in Installing osTicket 1.10 on CentOS 7:

                                            I got it up and running last night, but all my email alerts are going to spam. How are you guys configuring email?

                                            Whitelist or run through a relay or have it authenticate as a user on your email system.

                                            What are you using for a relay?

                                            scottalanmillerS 1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 1 / 4
                                            • First post
                                              Last post