Skip to content

Latest commit

 

History

History
67 lines (42 loc) · 1.56 KB

File metadata and controls

67 lines (42 loc) · 1.56 KB

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