- Notifications
You must be signed in to change notification settings - Fork1
Econumo CE - self-hosted application for managing personal and family finances, supporting multiple currencies, joint accounts, and budgets.
econumo/econumo-ce
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A getting started guide to self-hostingEconumo CE
- Docker andDocker Compose must be installed on your machine.
- At least256 MB of RAM is recommended.
Clone this repository:
$git clone --single-branch https://github.com/econumo/econumo-ce econumoCloning into 'econumo'...remote: Enumerating objects: 13, done.remote: Counting objects: 100% (10/10), done.remote: Compressing objects: 100% (9/9), done.remote: Total 13 (delta 0), reused 7 (delta 0), pack-reused 3 (from 1)Receiving objects: 100% (13/13), done.$cd econumo$ls -1README.mddocker-compose.yml.env.example
Create and configure yourenvironment file:
$cp .env.example .env
Start the services with Docker Compose:
$docker-compose up -d
Visit your instance at
http://localhost:8181
and create the first user.
Note
Please note thatit may take up to 90 seconds for the initial run. When you seenginx entered RUNNING
state in the logs, it means Econumo is ready.
If you're interested, you can find theDockerfile
andentrypoint.sh
script in therepository.
After installation, you may need to complete additional configuration. Please refer to the following guides:
- How to configure multi-currency support (Econumo comes preloaded withUSD only).
- How to configure backups.
- Useful CLI commands.
- How to debug Econumo.
- Econumo API.
- User Guide.
For more information please see ourdocumentation.
- For release announcements, please checkGitHub Releases orEconumo Website.
- For questions, issue reporting, or advice, please useGitHub Discussions.
Note
Econumo CE is funded by ourGitHub Sponsors
andEconumo
(cloud) subscribers.
If you know someone who mightfind Econumo useful, we'd appreciate if you'd let them know.
About
Econumo CE - self-hosted application for managing personal and family finances, supporting multiple currencies, joint accounts, and budgets.