Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 347 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 347 Bytes

Installation

  • 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"