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

    Issues Installing Snipe-IT on CentOS 7

    Scheduled Pinned Locked Moved IT Discussion
    centos 7snipe-itinstallationinstall
    100 Posts 7 Posters 14.5k Views
    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.
    • B
      bnrstnr
      last edited by

      I just did this about 10 minutes ago and it's working great. did you follow the first few steps in the guide on here?

      setenforce 0
      yum -y install epel-release
      mkdir -p /var/www/html; cd /var/www/html/
      wget https://raw.githubusercontent.com/snipe/snipe-it/master/install.sh && chmod 744 install.sh && ./install.sh

      DustinB3403D A 2 Replies Last reply Reply Quote 0
      • DustinB3403D
        DustinB3403 @bnrstnr
        last edited by

        @bnrstnr I was just about to run through the process of doing this.

        Now I don't have to.

        Thanks!

        1 Reply Last reply Reply Quote 0
        • B
          bnrstnr
          last edited by

          only other thing I had to do was open firewall port

          firewall-cmd --permanent --add-port=80/tcp
          systemctl restart firewalld.service

          A 1 Reply Last reply Reply Quote 0
          • A
            Alex Sage @bnrstnr
            last edited by

            @bnrstnr

            • SELinux doesn't need to disabled anymore, however I did try it, same results.
            • The directory is created as part of the script, so no need to create it.
            • epel-release also already in the script
            B 1 Reply Last reply Reply Quote 0
            • A
              Alex Sage @bnrstnr
              last edited by

              @bnrstnr did you see errors like this?

              https://pastebin.com/S2eQUSTm

              B 1 Reply Last reply Reply Quote 0
              • B
                bnrstnr @Alex Sage
                last edited by

                @aaronstuder I would try to create it just for kicks?

                A 1 Reply Last reply Reply Quote 0
                • A
                  Alex Sage @bnrstnr
                  last edited by

                  @bnrstnr I did.

                  1 Reply Last reply Reply Quote 0
                  • B
                    bnrstnr @Alex Sage
                    last edited by bnrstnr

                    @aaronstuder no errors at all, well none that I noticed anyway. I just ran it from XenCenter so I can't scroll back up and look. I'll revert back to clean CentOS install and try again from putty

                    1 Reply Last reply Reply Quote 0
                    • A
                      Alex Sage
                      last edited by

                      Trying now on Ubuntu ๐Ÿ˜•

                      DustinB3403D 1 Reply Last reply Reply Quote 0
                      • B
                        bnrstnr
                        last edited by

                        You tried with setenforce 0 or you tried manually creating the directories?

                        A 1 Reply Last reply Reply Quote 0
                        • DustinB3403D
                          DustinB3403 @Alex Sage
                          last edited by

                          @aaronstuder said in Issues Installting Snipe-IT on CentOS 7:

                          Trying now on Ubuntu ๐Ÿ˜•

                          Why. . ? We know the installation works just fine on CentOS 7

                          1 Reply Last reply Reply Quote 0
                          • black3dynamiteB
                            black3dynamite @DustinB3403
                            last edited by

                            @dustinb3403 said in Issues Installting Snipe-IT on CentOS 7:

                            @black3dynamite the installation script has been updated to fix a lot of the issues (particularly with updating).

                            So it's a completely valid approach to getting snipe-it installed.

                            Thatโ€™s good to know. Since I wanted to install Snipe-IT on Fedora I did it manually until recently when I modified parts of the snipeit.sh to work with Fedora.

                            A JaredBuschJ 2 Replies Last reply Reply Quote 0
                            • A
                              Alex Sage @bnrstnr
                              last edited by

                              @bnrstnr Correct.

                              1 Reply Last reply Reply Quote 0
                              • A
                                Alex Sage @black3dynamite
                                last edited by

                                @black3dynamite said in Issues Installting Snipe-IT on CentOS 7:

                                @dustinb3403 said in Issues Installting Snipe-IT on CentOS 7:

                                @black3dynamite the installation script has been updated to fix a lot of the issues (particularly with updating).

                                So it's a completely valid approach to getting snipe-it installed.

                                Thatโ€™s good to know. Since I wanted to install Snipe-IT on Fedora I did it manually until recently when I modified parts of the snipeit.sh to work with Fedora.

                                And then published your script for the community to use? ๐Ÿ™‚

                                1 Reply Last reply Reply Quote 0
                                • JaredBuschJ
                                  JaredBusch @black3dynamite
                                  last edited by

                                  @black3dynamite said in Issues Installting Snipe-IT on CentOS 7:

                                  @dustinb3403 said in Issues Installting Snipe-IT on CentOS 7:

                                  @black3dynamite the installation script has been updated to fix a lot of the issues (particularly with updating).

                                  So it's a completely valid approach to getting snipe-it installed.

                                  Thatโ€™s good to know. Since I wanted to install Snipe-IT on Fedora I did it manually until recently when I modified parts of the snipeit.sh to work with Fedora.

                                  I have a mostly working version designed to be a pull request to the main git. I need to commit my most recent changes and test again after SpiceWorld before I submit the pull request.

                                  1 Reply Last reply Reply Quote 0
                                  • B
                                    bnrstnr
                                    last edited by bnrstnr

                                    maybe a stupid question, but did you install epel-release and update all packages before you ran the install script?

                                    JaredBuschJ A 2 Replies Last reply Reply Quote 0
                                    • JaredBuschJ
                                      JaredBusch @bnrstnr
                                      last edited by

                                      @bnrstnr said in Issues Installting Snipe-IT on CentOS 7:

                                      maybe a stupid question, but did you install epel-release and update all packages before you did this?

                                      Only a stupid question because the script does that stuff as has been stated.

                                      B 1 Reply Last reply Reply Quote 0
                                      • A
                                        Alex Sage @bnrstnr
                                        last edited by

                                        @bnrstnr Yes, makes no difference.

                                        1 Reply Last reply Reply Quote 0
                                        • B
                                          bnrstnr @JaredBusch
                                          last edited by bnrstnr

                                          @jaredbusch Well he's stating the script does it all for you but it doesn't work, yet I've done it manually twice now and it worked flawlessly both times.... apparently my iso of centos minimal is more awesomer than his idk

                                          JaredBuschJ 1 Reply Last reply Reply Quote 0
                                          • A
                                            Alex Sage
                                            last edited by Alex Sage

                                            Ubuntu gives me all the same errors, must be a firewall/proxy issues.... (That's the only thing left...)

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