self-host FrontAccounting with no effort
1- Clone this Repo
git clone https://github.com/omarmoo5/fa-docker-compose.git --depth 1 && cd ./fa-docker-compose
2- Clone FA Official Repo
git clone https://github.com/FrontAccountingERP/FA --depth 1 && sudo chown -R 33 ./FA
3- Create env file
cp ./.env.example ./.env && nano ./.env
4- Run the app
docker compose up -d
5- Visit Here
Variable | Value |
---|---|
DB url | db |
DB name | fa-db |