Thomas Kaul
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
10 additions and
2 deletions
-
README.md
|
@ -95,6 +95,14 @@ Run the following command to start the Docker images from [Docker Hub](https://h |
|
|
docker-compose -f docker/docker-compose.yml up |
|
|
docker-compose -f docker/docker-compose.yml up |
|
|
``` |
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
#### Setup Database |
|
|
|
|
|
|
|
|
|
|
|
Run the following command to setup the database once Ghostfolio is running: |
|
|
|
|
|
|
|
|
|
|
|
```bash |
|
|
|
|
|
docker-compose -f docker/docker-compose.yml exec ghostfolio yarn database:setup |
|
|
|
|
|
``` |
|
|
|
|
|
|
|
|
### b. Build and run environment |
|
|
### b. Build and run environment |
|
|
|
|
|
|
|
|
Run the following commands to build and start the Docker images: |
|
|
Run the following commands to build and start the Docker images: |
|
@ -104,12 +112,12 @@ docker-compose -f docker/docker-compose.build.yml build |
|
|
docker-compose -f docker/docker-compose.build.yml up |
|
|
docker-compose -f docker/docker-compose.build.yml up |
|
|
``` |
|
|
``` |
|
|
|
|
|
|
|
|
### Setup Database |
|
|
#### Setup Database |
|
|
|
|
|
|
|
|
Run the following command to setup the database once Ghostfolio is running: |
|
|
Run the following command to setup the database once Ghostfolio is running: |
|
|
|
|
|
|
|
|
```bash |
|
|
```bash |
|
|
docker-compose -f docker/docker-compose-build-local.yml exec ghostfolio yarn database:setup |
|
|
docker-compose -f docker/docker-compose.build.yml exec ghostfolio yarn database:setup |
|
|
``` |
|
|
``` |
|
|
|
|
|
|
|
|
### Fetch Historical Data |
|
|
### Fetch Historical Data |
|
|