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

    Installing Snipe-IT on CentOS 7 and MariaDB

    IT Discussion
    how to snipe-it centos linux centos 7 centos 7.1
    37
    290
    2.9m
    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.
    • R
      rejivincentc @scottalanmiller
      last edited by

      @scottalanmiller Thanks...

      I managed to login the snipe-it after that the webpage is blank...

      Please assist asap...

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

        Thx for mentioning Snipe-IT, @scottalanmiller. Didn't follow your instructions, because the install script provided by Snipe worked like a charm.

        The tool is great, I'm just missing a few things. For example

        • Licenses should be treated the same way as assets (Create a "template", create instances of that template).
        • Assets can't be checked out to other assets (Notebook docking station -> Notebook).
        • Components (or Accessories?) can't have vendors, which is a bit odd.
        • Components must have a minimum of 1 unused item or they will generate an alert otherwise. No I don't want to have 1 spare part of every little gadget 🙂
        • Does not handle floating licenses.
        • Licenses can't be upgraded (but you can assign two versions of the same software to the same machine / user which works just fine)
        • You can't modify software checkout dates via the GUI

        But all in all, it's great. Simplifies tracking of assets and licenses.

        S 1 Reply Last reply Reply Quote 0
        • S
          scottalanmiller @thwr
          last edited by

          @thwr said in Installing Snipe-IT on CentOS 7 and MariaDB:

          Thx for mentioning Snipe-IT, @scottalanmiller. Didn't follow your instructions, because the install script provided by Snipe worked like a charm.

          It's been a bit, they've changed a lot because their old script didn't install at all, hence these instructions. Which script did you use?

          R T 2 Replies Last reply Reply Quote 0
          • R
            rejivincentc @scottalanmiller
            last edited by

            @scottalanmiller Script used - yum -y install wget firewalld; 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 && cd snipeit; sed -i "s/'timezone' => '',/'timezone' => 'UTC',/" app/config/app.php; php artisan app:install; firewall-cmd --zone=public --add-port=80/tcp --permanent; firewall-cmd --reloadrpm

            OS -Centos 7
            snipe-it-3.4

            R 1 Reply Last reply Reply Quote 0
            • T
              thwr @scottalanmiller
              last edited by

              @scottalanmiller said in Installing Snipe-IT on CentOS 7 and MariaDB:

              @thwr said in Installing Snipe-IT on CentOS 7 and MariaDB:

              Thx for mentioning Snipe-IT, @scottalanmiller. Didn't follow your instructions, because the install script provided by Snipe worked like a charm.

              It's been a bit, they've changed a lot because their old script didn't install at all, hence these instructions. Which script did you use?

              Will take a look on Tuesday. But it was the one provided in the github package.

              1 Reply Last reply Reply Quote 0
              • R
                Romo @rejivincentc
                last edited by

                @rejivincentc said in Installing Snipe-IT on CentOS 7 and MariaDB:

                @scottalanmiller Script used - yum -y install wget firewalld; 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 && cd snipeit; sed -i "s/'timezone' => '',/'timezone' => 'UTC',/" app/config/app.php; php artisan app:install; firewall-cmd --zone=public --add-port=80/tcp --permanent; firewall-cmd --reloadrpm

                OS -Centos 7
                snipe-it-3.4

                Just use the following and it will take you to a working install of Snipe-IT

                wget https://raw.githubusercontent.com/snipe/snipe-it/master/install.sh
                chmod 744 install.sh
                ./install.sh
                
                J S 2 Replies Last reply Reply Quote 2
                • J
                  JaredBusch @Romo
                  last edited by

                  @Romo said in Installing Snipe-IT on CentOS 7 and MariaDB:

                  Just use the following and it will take you to a working install of Snipe-IT

                  Not when this was originally wrote.

                  1 Reply Last reply Reply Quote 1
                  • S
                    scottalanmiller @Romo
                    last edited by

                    @Romo said in Installing Snipe-IT on CentOS 7 and MariaDB:

                    @rejivincentc said in Installing Snipe-IT on CentOS 7 and MariaDB:

                    @scottalanmiller Script used - yum -y install wget firewalld; 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 && cd snipeit; sed -i "s/'timezone' => '',/'timezone' => 'UTC',/" app/config/app.php; php artisan app:install; firewall-cmd --zone=public --add-port=80/tcp --permanent; firewall-cmd --reloadrpm

                    OS -Centos 7
                    snipe-it-3.4

                    Just use the following and it will take you to a working install of Snipe-IT

                    wget https://raw.githubusercontent.com/snipe/snipe-it/master/install.sh
                    chmod 744 install.sh
                    ./install.sh
                    

                    Big changes from how it was before. Glad to see that they've made so much progress.

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

                      The install script works great. The stuff the tripped me up I submitted a PR to correct.

                      Im still transitioning over, i currently have about 30% of my assets in there.

                      1 Reply Last reply Reply Quote 0
                      • R
                        rejivincentc @scottalanmiller
                        last edited by

                        @scottalanmiller said in Installing Snipe-IT on CentOS 7 and MariaDB:

                        se the following and it will take you to a working install of S

                        Thanks 🙂

                        S 1 Reply Last reply Reply Quote 1
                        • S
                          scottalanmiller @rejivincentc
                          last edited by

                          @rejivincentc said in Installing Snipe-IT on CentOS 7 and MariaDB:

                          @scottalanmiller said in Installing Snipe-IT on CentOS 7 and MariaDB:

                          se the following and it will take you to a working install of S

                          Thanks 🙂

                          Glad that it is working!

                          1 Reply Last reply Reply Quote 0
                          • RobbleheadR
                            Robblehead
                            last edited by

                            so thankful I ran across this article, much more helpful then the snipe-it documentation. I am trying to do the CentOS 7 install method and have tried the single line Scott showed and the wget line that was confirmed working. Everything installs fine but when I enter the IP address/hostname nothing loads, I then open up the firewall to port 80 and the IP address will redirect to the hostname/setup but I receive a "This site can't be reached" I have literally spent 4 hours trying different things with no luck, the server DNS address could not be found is what I am seeing now.
                            Please help!!! lol

                            R 1 Reply Last reply Reply Quote 2
                            • R
                              rejivincentc @Robblehead
                              last edited by

                              @Robblehead Hi,
                              Please try this one...

                              setenforce 0
                              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

                              RobbleheadR 1 Reply Last reply Reply Quote 1
                              • S
                                scottalanmiller
                                last edited by

                                Did @rejivincentc update work for you?

                                RobbleheadR R 2 Replies Last reply Reply Quote 0
                                • RobbleheadR
                                  Robblehead @scottalanmiller
                                  last edited by

                                  @scottalanmiller I will test this afternoon and let you guys know, appreciate the help

                                  1 Reply Last reply Reply Quote 0
                                  • R
                                    rejivincentc @scottalanmiller
                                    last edited by

                                    @scottalanmiller Yes, its working

                                    S 1 Reply Last reply Reply Quote 1
                                    • S
                                      scottalanmiller @rejivincentc
                                      last edited by

                                      @rejivincentc said in Installing Snipe-IT on CentOS 7 and MariaDB:

                                      @scottalanmiller Yes, its working

                                      Awesome

                                      1 Reply Last reply Reply Quote 0
                                      • RobbleheadR
                                        Robblehead @rejivincentc
                                        last edited by

                                        @rejivincentc unfortunately I am still not working with a clean install and running those lines mentioned.
                                        0_1491427502282_Screen Shot 2017-04-05 at 5.24.27 PM.png

                                        Any ideas?

                                        1 Reply Last reply Reply Quote 0
                                        • J
                                          JaredBusch
                                          last edited by

                                          The above script fails to opent he firewall.

                                          I just did a clean install and got the same result.

                                          [root@snipeit html]# firewall-cmd --list-ports
                                          
                                          [root@snipeit html]# firewall-cmd --zone=public --add-port=http/tcp --permanent
                                          success
                                          [root@snipeit html]# firewall-cmd --reload
                                          success
                                          

                                          now it works.

                                          1 Reply Last reply Reply Quote 1
                                          • J
                                            JaredBusch
                                            last edited by

                                            So the full process to get a new clean version running is this.

                                            Install CentOS 7 minimal r1611 (current release as of this writing)

                                            Then run these commands.

                                            yum -y update
                                            yum -y install wget
                                            firewall-cmd --zone=public --add-port=http/tcp --permanent
                                            firewall-cmd --reload
                                            setenforce 0
                                            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
                                            

                                            The install.sh script will install and enable the EPEL, MariaDB, and IUS repositories. Not sure why the MariaDB repo is needed as that is part of core now. Did not look at the script, just it said it was doing it on the status screen.

                                            Then it will install all the pieces.

                                            It also runs the secure mysql thing.

                                            Really the only thing it missed was the firewall.

                                            Obviously the whole disabling of SELinux is bad. I would never recommend running a server like that if given any choice at all.

                                            Unlike FreePBX, there are not that many pieces to this program, so it should not be hard to properly setup things to work with SELinux.

                                            RobbleheadR 2 Replies Last reply Reply Quote 1
                                            • 1
                                            • 2
                                            • 11
                                            • 12
                                            • 13
                                            • 14
                                            • 15
                                            • 15 / 15
                                            • First post
                                              Last post