Skip to content

System Information Technology Integrated Manager - WIP - Manage your IT inventory, issues, notifications, chat and more.

License

Notifications You must be signed in to change notification settings

VGzsysadm/SITIM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

System Information Technology Integrated Manager

Manage your IT inventory, issues, notifications, chat and more. ( Work in progress )

Prerequisites

  • PHP 7.1+ ( xml-zip-mysql-mbstring-intl)
  • Mysql
  • Composer

Getting Started

Clone the project

git clone https://github.com/VGzsysadm/Inventory-app.git

Installing

Install dependencies

cd Inventory-app
composer install

Launch test server

Modify .env file with your database information.

Create the database and tables:

php bin/console doctrine:database:create
php bin/console make:migration
php bin/console doctrine:migrations:migrate

Turn on the dev server:

php -S 127.0.0.1:8000 -t public

First of all, fill the script configure.php with your database params & execute the script at https:\127.0.0.1:8000\configure.php

An admin user will be created with the user: admin and the password: admin.

Please remove script after the execution.

Built With

Third party apps

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

System Information Technology Integrated Manager - WIP - Manage your IT inventory, issues, notifications, chat and more.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published