Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/librecodecoop/akaunting-docker
Libre and Online Accounting Software
https://github.com/librecodecoop/akaunting-docker
akaunting docker docker-compose hacktoberfest laravel php php7
Last synced: about 1 month ago
JSON representation
Libre and Online Accounting Software
- Host: GitHub
- URL: https://github.com/librecodecoop/akaunting-docker
- Owner: LibreCodeCoop
- License: gpl-3.0
- Created: 2021-07-22T14:16:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-03T22:24:00.000Z (4 months ago)
- Last Synced: 2024-11-24T20:10:06.282Z (about 1 month ago)
- Topics: akaunting, docker, docker-compose, hacktoberfest, laravel, php, php7
- Language: Dockerfile
- Homepage:
- Size: 49.8 KB
- Stars: 16
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Akaunting with Docker
Running [Akaunting](https://github.com/akaunting/akaunting/) in a Docker container using `docker-compose`
Akaunting is a libre, open source and online accounting software designed for small businesses and freelancers. It is built with modern technologies such as Laravel, VueJS, Bootstrap 4, RESTful API etc. Thanks to its modular structure, Akaunting provides an awesome App Store for users and developers.
## Requirements
* Docker
* docker-compose## Instalation
* Install Docker and docker-compose
* clone this repository
* copy `.env.example` to `.env`
* Update `AKAUNTING_VERSION` value to use the akaunting version of your preference. Get the latest version from https://github.com/akaunting/akaunting/releases/latest
* Fill other environments on blocks "`# Need to setup`"
* Run `docker-compose up`
* Access the application URL> **PS**: After finish setup you will see two `.env` files: one on root of repository only used to setup Akaunting and other on `volumes/akaunting/.env`
If you need use a existing database, put your *.sql files on folder `volumes/mysql/dump`
The database will persisted on folder `volumes/mysql/data`
## License
This project follows Akaunting licensing under the GPLv3 license.