Forum

Ask, reply and learn. Join the community of Akaunting.

New Discussion

Install from Github, build the assets for production ?

Mike   ( User )

Commented 3 years ago

Hi,

I did follow the step of installation from Github:

Install Composer and Npm
Clone the repository: git clone https://github.com/akaunting/akaunting.git
Install dependencies: composer install ; npm install ; npm run dev
Install Akaunting:
php artisan install --db-name="akaunting" --db-username="root" --db-password="pass" --admin-email="[email protected]" --admin-password="123456"
Create sample data (optional): php artisan sample-data:seed

But i want to build for production so `npm run dev` is not suitable. I did try `npm run build` or `npm run production` but i always have an error.

How to build the assets for production ?

Denis Dulici   ( Admin )

Commented 3 years ago

Hello,

It works fine for me but you can use the stable version instead:

https://akaunting.com/download

Regards

Please login or register to leave a response.

Showing 1 to 2 of 2 discussions