
Ghostfolio
Open source wealth management software built with web technology.
#finance #Live Demo
Getting Started
- Clone the repository and move to the folder
git clone [email protected]:ghostfolio/ghostfolio.git && cd ghostfolio
- Copy the file
.env.example
to.env
cp .env.example .env
- Run the following command to start the container
docker compose -f docker/docker-compose.yml up -d
- Give the containers a minute to fully start up, then visit http://localhost:3333 in your browser to access Ghostfolio.
- Create a new user via Get Started (this first user will get the role ADMIN)