- Clone the repository:
git clone https://github.com/walidbtz7/akaunting.git
- Install dependencies:
docker-compose up --build
- Install Akaunting:
php artisan install --db-host="db" --db-name="akaunting" --db-username="root" --db-password="pass" --admin-email="[email protected]" --admin-password="123456"