A free open source IT asset/license management system
Find a file
2016-07-28 06:44:59 -07:00
.github Version 3 - hold onto your butts 2016-03-25 01:18:05 -07:00
app Pass users path to get_src 2016-07-28 05:49:41 -07:00
bootstrap Version 3 - hold onto your butts 2016-03-25 01:18:05 -07:00
config Bumped version 2016-07-28 06:44:59 -07:00
database Change default zerofill to 5 2016-07-27 21:47:03 -07:00
docker Forgot to add the new docker.env file 2016-06-02 20:35:05 -07:00
public Merge branch 'develop' of github.com:snipe/snipe-it into develop 2016-07-27 20:16:54 -07:00
resources Fixes #2344 2016-07-28 06:43:31 -07:00
storage Create backups directory 2016-06-02 19:45:59 -07:00
tests Fix categories acceptance test as it stands. We need to choose a category type to pass validation, and we need to see the elemnt alert-danger, not the text, to make the test fail when it should. (#2289) 2016-07-20 21:36:43 -07:00
.dockerignore Version 3 - hold onto your butts 2016-03-25 01:18:05 -07:00
.env.example Fix reverse proxy support 2016-06-16 15:43:42 +02:00
.env.testing I don't think we need all this for the login page 2016-04-13 05:01:13 -07:00
.env.testing-ci I don't think we need all this for the login page 2016-04-13 05:01:13 -07:00
.gitattributes Version 3 - hold onto your butts 2016-03-25 01:18:05 -07:00
.gitignore Gitignore cleanup 2016-07-27 20:16:46 -07:00
.htaccess Prevent direct viewing of .env file if installed in a subdirectory 2016-04-19 19:44:09 -07:00
.travis.yml Updated travis with new cli commands 2016-04-19 02:30:59 -07:00
artisan Version 3 - hold onto your butts 2016-03-25 01:18:05 -07:00
c3.php [Security] Updating Guzzle to address CVE-2016-5385 2016-07-19 00:36:50 -07:00
circle.yml Version 3 - hold onto your butts 2016-03-25 01:18:05 -07:00
codeception.yml Version 3 - hold onto your butts 2016-03-25 01:18:05 -07:00
composer.json [Security] Updating Guzzle to address CVE-2016-5385 2016-07-19 00:36:50 -07:00
composer.lock [Security] Updating Guzzle to address CVE-2016-5385 2016-07-19 00:36:50 -07:00
docker.env Update docker support for upcoming v3 2016-05-14 15:43:46 -07:00
Dockerfile Fix to Dockerfile build; backup path must've changed. 2016-06-02 21:10:50 -07:00
gh-changelog.php Version 3 - hold onto your butts 2016-03-25 01:18:05 -07:00
gulpfile.js Fontawesome animations 2016-05-14 15:06:16 -07:00
index.html Version 3 - hold onto your butts 2016-03-25 01:18:05 -07:00
install.sh Fetch the installer from master instead of v3 branch. (#2266) 2016-07-19 09:41:00 -07:00
LICENSE Version 3 - hold onto your butts 2016-03-25 01:18:05 -07:00
phpunit.xml Try using the testing-ci version of phpunit.xml 2016-04-13 02:19:50 -07:00
README.md Codacity badge 2016-06-15 21:23:58 -07:00
server.php Version 3 - hold onto your butts 2016-03-25 01:18:05 -07:00
snipeit.sh Install php-zip so backups work. Not needed in 14.04 because it looks like this is part of the php7 split. (#2340) 2016-07-27 19:44:46 -07:00

Build Status Stories in Ready Maintenance Crowdin Gitter Docker Pulls Twitter Follow Zenhub Codacy Badge

Snipe-IT - Open Source Asset Management System

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 5.2.

Snipe-IT is 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, and we have a Docker image available if that's what you're into.


Installation

For instructions on installing and configuring Snipe-IT on your server, check out the installation manual. (Please see the requirements documentation for full requirements.)

If you're having trouble with the installation, please check the Common Issues and Getting Help documentation, and search this repository's open and closed issues for help.


User's Manual

For help using Snipe-IT, check out the user's manual.


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.


Upgrading

Please see the upgrading documentation for instructions on upgrading Snipe-IT.


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!

Please see the translations documentation for information about available languages and how to add translations to Snipe-IT.


Contributing

Please see the documentation on contributing and developing for Snipe-IT.

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.