SkillAgentSearch skills...

Econumo

Econumo - A personal and family budgeting app with multi-currency support, shared accounts, and flexible budgets

Install / Use

/learn @econumo/Econumo
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<p align="center"> <picture> <img src="https://github.com/econumo/.github/raw/master/profile/econumo.png" width="194"> </picture> </p> <p align="center"> A getting started guide to self-hosting <a href="https://econumo.com/docs/edition" target="_blank">Econumo</a> </p>

Prerequisites

  • Docker and Docker Compose must be installed on your machine.
  • At least 256 MB of RAM is recommended.

Quick start

  1. Clone this repository:

    $ git clone --single-branch https://github.com/econumo/econumo
    Cloning 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/deployment/docker-compose
    
    $ ls -1
    docker-compose.yml
    .env.example
    
  2. Create and configure your environment file:

    $ cp .env.example .env
    
  3. Start the services with Docker Compose:

    $ docker-compose up -d
    
  4. Visit your instance at http://localhost:8181 and create the first user.

[!NOTE] Please note that it may take up to 90 seconds for the initial run. When you see nginx entered RUNNING state in the logs, it means Econumo is ready.

If you're interested, you can find the Dockerfile and entrypoint.sh script in the repository.

Next steps

After installation, you may need to complete additional configuration. Please refer to the following guides:

For more information please see our documentation.

Contact


[!NOTE] Econumo is funded by our GitHub Sponsors and Econumo (cloud) subscribers.

If you know someone who might find Econumo useful, we'd appreciate if you'd let them know.

View on GitHub
GitHub Stars68
CategoryCustomer
Updated1d ago
Forks2

Languages

PHP

Security Score

100/100

Audited on Mar 29, 2026

No findings