Skip to content

An inventory application for computers and it's components within custom networks.

Notifications You must be signed in to change notification settings

Cogax/SysVentory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SysVentory

Build Status

Documentation

There is a project documentation written in german.

Continuous Integration

https://travis-ci.org/Cogax/SysVentory

  • Builds only master branch
  • If master build success it will push to prod branch

Branches

  • master is the development branch which isn't always sable
  • prod is the productive branch, which always should be stable

Installation

Development:

  1. git clone
  2. cd SysVentoryServer
  3. Install dependencies: composer install
  4. Create database: php app/console doctrine:database:create
  5. Create schema: php app/console doctrine:schema:create
  6. Load Fixtures (Users): php app/console doctrine:fixtures:load --fixtures=src/AppBundle/DataFixtures
  7. For a lightweight local webserver: php app/console server:run
  8. Login with visitor/visitor or inventor/inventor

Screenshots

Login Home Computers Computer Compare Networks New scan Scan history Software statistics

About

An inventory application for computers and it's components within custom networks.

Resources

Stars

Watchers

Forks

Packages

No packages published