Manage your IT inventory, issues, notifications, chat and more. ( Work in progress )
- PHP 7.1+ ( xml-zip-mysql-mbstring-intl)
- Mysql
- Composer
Clone the project
git clone https://github.com/VGzsysadm/Inventory-app.git
Install dependencies
cd Inventory-app
composer install
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.
- VGzsysadm - https://sysadm.es - @VGzsysadm
This project is licensed under the MIT License - see the LICENSE.md file for details