Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 834 Bytes

README.md

File metadata and controls

35 lines (27 loc) · 834 Bytes

BancardVpos2

Requirements

Install localhost

git clone [email protected]:jcroot/BancardVpos2.git
cd BancardVpos2/
composer install
php vendor/bin/doctrine orm:schema-tool:create 
update your bootstrap.php (database configuration)
cd public_html
php -S localhost:8000

Docker

git clone [email protected]:jcroot/BancardVpos2.git
cd BancardVpos2/
docker compose up -d

Author

Thanks

License

This project is licensed under the terms of the GNU General Public License v3.0 - see the LICENSE file for details