Ask, reply and learn. Join the community of Akaunting.
Hi,
I want to try out Akaunting and wondering whether there are ways I can download the docker image with Akaunting and other dependencies/softwares.
I tried looking for steps on the site but somehow could not locate. Appreciate if same can be shared.
Thanks
Ashish
Hi Ashish,
Firstly sorry my late answer, please check this;
# Build the app
docker build -t akaunting .
# Run the app
docker-compose up -d
# Make sure you the dependencies are installed
docker-compose exec web composer install
# Stream logs
docker-compose logs -f web
# Access the container
docker-compose exec web /bin/sh
# Stop & Delete everything
docker-compose down -v
Have a nice day!
I know this is an old thread but i had the same question and created a solution here: https://github.com/camba063/akaunting
Showing 1 to 3 of 3 discussions