This script will 1. Ask for Snipe it version 1.2.8 or 2.0 2. Detect distro version (between CentOS and Debian/Ubuntu) 3. Install all software and dependencies, create vhosts. This isn't the smartest script, and it needs a little love, and I'm on the fence about SMTP settings. Would love feedback about the SMTP part, and the whole script in general. I'll be glad to fine tune it some more, I just need a point in the right direction. Hopefully if this is merged in 2.0, it won't cause a huge influx of tickets. This is the first time I've contributed to a project like this, so I don't know the social norms; if having my name at the top isn't appropriate (or fit in with the scope of Snipe It), we can remove it. No big deal, just wanted to have my name somewhere, but it's not a make-it-or-break-it thing for me :o)
Snipe-IT - Asset Management For the Rest of Us
This is a FOSS project for asset management in IT Operations. Knowing who has which laptop, when it was purchased in order to depreciate it correctly, handling software licenses, etc.
It is built on Laravel 4.2 and uses the Sentry 2 package.
This project is being actively developed and we're releasing quite frequently. (Check out the live demo here.)
This is web-based software. This means there there is no executable file (aka no .exe files), and it must be run on a web server and accessed through a web browser. It runs on any Mac OSX, flavor of Linux, as well as Windows.
Documentation & Installation
Installation and configuration documentation for this project has been moved to http://snipeitapp.com/documentation/.
We'll be adding a long-overdue user's manual soon as well.
To deploy on Ubuntu using Ansible and Vagrant, be sure to check out the Snipe-IT Installation scripts created by @GR360RY.
Bug Reports & Feature Requests
Feel free to check out the GitHub Issues for this project to open a bug report or see what open issues you can help with. Please search through existing issues (open and closed) to see if your question hasn't already been answered before opening a new issue.
We use Waffle.io to help better communicate our roadmap with users. Our project page there will show you the backlog, what's ready to be worked on, what's in progress, and what's completed.
Announcement List
To be notified of important news (such as new releases, security advisories, etc), sign up for our list. We'll never sell or give away your info, and we'll only email you when it's important.
Translations!
If you're not a coder but want to give back to the project and you're fluent in other languages, consider helping out with the translations. We use CrowdIn to manage translations, and it makes it super-simple for you to add translations to the project without messing with code. Check out the Snipe-IT CrowdIn translation project here.
We currently have English, Chinese, Finnish, Malay, Romanian and Spanish completed, and are looking for lots more!
Requirements
- PHP 5.4 or later
- MCrypt PHP Extension
- Fileinfo Extension
And one of the following image libraries (for QR codes, asset model image and user avatar image uploads).
- GD Library (>=2.0) … or …
- Imagick PHP extension (>=6.3.8)
Important Notes on Updating
Whenever you pull down a new version from master or develop, when you grab the latest official release, make sure to run the following commands via command line:
php composer.phar dump-autoload
php artisan migrate
Forgetting to do this can mean your DB might end up out of sync with the new files you just pulled, or you may have some funky cached autoloader values. It's a good idea to get into the habit of running these every time you pull anything new down. If there are no database changes to migrate, it won't hurt anything to run migrations anyway.
Contributor Code of Conduct
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.



