Ghostfolio logo

Ghostfolio

Open source wealth management software built with web technology.

#finance #Live Demo

Getting Started

  1. Clone the repository and move to the folder
    git clone [email protected]:ghostfolio/ghostfolio.git && cd ghostfolio
    
  2. Copy the file .env.example to .env
    cp .env.example .env
    
  3. Run the following command to start the container
    docker compose -f docker/docker-compose.yml up -d
    
  4. Give the containers a minute to fully start up, then visit http://localhost:3333 in your browser to access Ghostfolio.
  5. Create a new user via Get Started (this first user will get the role ADMIN)