Skip to content

Instantly share code, notes, and snippets.

@lionrajkumar
Created May 17, 2024 19:38
Show Gist options
  • Save lionrajkumar/c257c8f8921feb39012a9973ba0eede8 to your computer and use it in GitHub Desktop.
Save lionrajkumar/c257c8f8921feb39012a9973ba0eede8 to your computer and use it in GitHub Desktop.
Online accounting software. Manage your money. Get invoices paid. Track expenses.

Akaunting

Online accounting software. Manage your money. Get invoices paid. Track expenses.

Installation

  • Install Composer and Npm
  • Clone the repository: git clone https://github.com/akaunting/akaunting.git
  • Checkout Latest version/release
  • Run Cmds
    • composer install
    • composer dump-autoload
    • npm install
    • php artisan migrate:fresh
  • Install Akaunting: php artisan install --db-name="akaunting" --db-username="root" --db-password= --db-prefix="raj_" --company-name=test --company-email=my@test.com --admin-email="admin@email.com" --admin-password="123456" --locale=en-GB
  • Update Permission in role_permissions give all permission to User-1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment