Forum

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

New Discussion

installing locally using docker

Ashish Gupta   ( User )

Commented 5 years ago

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

Batuhan Baş   ( User )

Commented 5 years ago

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!

Joshua Greer   ( User )

Commented 4 years ago

I know this is an old thread but i had the same question and created a solution here: https://github.com/camba063/akaunting

Please login or register to leave a response.

Showing 1 to 3 of 3 discussions