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.
    • A
      Alex Sage
      last edited by Alex Sage

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

      vi app/config/app.php
      

      This is wrong

      Should be:

      vi config/app.php
      

      It's no longer in the app directory.

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

        Looks like timezone is set to UTC by default now.

        1 Reply Last reply Reply Quote -1
        • A
          Alex Sage @scottalanmiller
          last edited by Alex Sage

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

          php artisan app:install
          

          This also no longer works as of version 3...

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

            Also, nothing about opening firewall ports in this guide.

            black3dynamiteB 1 Reply Last reply Reply Quote -1
            • black3dynamiteB
              black3dynamite @Alex Sage
              last edited by

              This post is deleted!
              1 Reply Last reply Reply Quote 0
              • hobbit666H
                hobbit666
                last edited by

                0_1508412694232_2017_10_19_12_28_56_Microsoft_Edge.png

                A black3dynamiteB 2 Replies Last reply Reply Quote 0
                • A
                  Alex Sage @hobbit666
                  last edited by

                  @hobbit666 Did you reboot?

                  Is httpd running? MariaDB?

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

                    @aaronstuder maybe 🙂

                    Will give it another go tomorrow maybe

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

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

                      0_1508412694232_2017_10_19_12_28_56_Microsoft_Edge.png

                      Check your APP_URL in your .env, it should match the url you are using to access the site.

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

                        @black3dynamite OK will but that on the check list when I try again tomorrow.

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

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

                          @black3dynamite OK will but that on the check list when I try again tomorrow.

                          Snipe is currently on Version 4 and there should be nothing wrong with the installer.

                          Upgrading a previously install v3 to v4 is more complicated, but isntalling a clean v4 should jsut work.

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

                            @jaredbusch It's an upgrade from v3

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

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

                              @jaredbusch It's an upgrade from v3

                              Did you follow the instructions that I posted 17 days ago?

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

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

                                Have anyone installed Snipe-IT by using option 1 and then upgraded successfully to v4?

                                I did, but I was on gitter and received assistance directly from 2 of the developers there.

                                1 Reply Last reply Reply Quote 0
                                • DustinB3403D
                                  DustinB3403
                                  last edited by

                                  The upgrade from v3 to v4 was the most painful part, since upgrading my upgrades to keep current have been very simple.

                                  #!/bin/bash
                                  #Should update Snipe-IT Automatically
                                  
                                  cd /var/www/html/snipeit
                                  git pull
                                  chown -R apache:apache /var/www/html/snipeit/
                                  sudo -u apache php composer.phar install --no-dev --prefer-source
                                  sudo -u apache php composer.phar dump-autoload
                                  sudo -u apache php artisan migrate
                                  sudo -u apache php artisan config:clear
                                  sudo -u apache php artisan config:cache
                                  
                                  1 Reply Last reply Reply Quote 0
                                  • hobbit666H
                                    hobbit666 @DustinB3403
                                    last edited by

                                    @dustinb3403 Yes but got errors during it which confused me as to what method I used in the first place to install it.

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

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

                                      @dustinb3403 Yes but got errors during it which confused me as to what method I used in the first place to install it.

                                      And did you proceed with the process of jumping onto gitter and asking for assistance there?

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

                                        @dustinb3403 Not yet that's my next step is to try again and then talk to the Dev's

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

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

                                          @dustinb3403 Not yet that's my next step is to try again and then talk to the Dev's

                                          Why keep spinning your wheels? Just jump on gitter and speak with them directly.

                                          @tiagom is one of the people who helped me to get upgraded.

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

                                            Running V4 now.
                                            Not sure what I did different to the first 2 times I tried but works now

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