Manage your contacts, opportunities, tenders, incomes, taxes and costs in this amazing application.
This is just a POC.
todo
Clone this repository
git clone https://github.com/mp3000mp/auto-entreprise.git
Install frontend
npm install
npm run build
Install backend and database
composer install
php bin/console doctrine:database:create
php bin/console doctrine:migration:migrate
php bin/console doctrine:fixtures:load
Launch frontend
npm run dev
Launch backend
symfony server:start
OR
- change ansible/inventory/hosts
- change ansible/vars.yml
- change ansible/roles/build_back/template/.env.local.j2
ansible-playbook -i ansible/inventory/hosts ansible/site.yml
Copy .env to .env.local and adapt to your configuration
This bundle is under the Apache 2.0 license. See the complete license in the bundle
This project is a mp3000mp initiative.