This page includes information about the minimum requirements you need to install and use self-managed Bigcapital.
./bigcapital
directory by entering the following commands:
docker-compose.prod.yml
, .env.example
and docker
folder, we’re not going to build docker images of the application from scratch, but docker-compose already imports built images from Github Registry where our continuous-deployment push the new built images when we release new versions.
.env
file..env.example
file contains all the necessary environment variable
values, allowing you to begin using the application directly with these
pre-configured settings. You also have the option to modify the values as
needed.-f
and the path to your configuration file-d
to run containers in the backgroundhttp://<IP-ADDRESS>:8000/
to access the application.
database_migration
container once listen to the mysql
container and will execute the migration command in automated way and the container stop automatically after finish the migration (the container do not have to be run all the time), you have to execute it once to update the database schema.
docker ps -a | grep bigcapital-database_migration
and show the logs of that container by docker logs -f CONTAINER_ID
.env
values after running Docker containers