From a333da9f9d2a832f957201f498826a8ae9d9ac6a Mon Sep 17 00:00:00 2001 From: tuscan-blue Date: Wed, 29 May 2024 17:31:19 +0800 Subject: [PATCH 1/4] update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 39cfda9..dbbce78 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,11 @@ Fully managed hosting of your personal Haven is available too, check out: https: ## Docker +1. Install `docker` and `docker-compose` +2. Clone the repository: `git clone https://github.com/havenweb/haven.git` +3. Run `cd haven` +4. Run `docker-compose up` + Feel free to use the included `Dockerfile` and `docker-compose.yml`. You probably want to modify the env vars in `docker-compose.yml` to specify a different `HAVEN_USER_EMAIL` and `HAVEN_USER_PASS`. These will be used to create you initial user (and password) on startup. Docker images are published to the [GitHub Container Registry](https://github.com/havenweb/haven/pkgs/container/haven) From cb7d62b9bbf8faa05e130352f10a40c5952507fb Mon Sep 17 00:00:00 2001 From: 1 gal Rosemary Date: Fri, 31 May 2024 03:13:52 +0800 Subject: [PATCH 2/4] chore: update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dbbce78..ba62d6f 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ Fully managed hosting of your personal Haven is available too, check out: https: 1. Install `docker` and `docker-compose` 2. Clone the repository: `git clone https://github.com/havenweb/haven.git` 3. Run `cd haven` -4. Run `docker-compose up` +4. Run `docker compose up` Feel free to use the included `Dockerfile` and `docker-compose.yml`. You probably want to modify the env vars in `docker-compose.yml` to specify a different `HAVEN_USER_EMAIL` and `HAVEN_USER_PASS`. These will be used to create you initial user (and password) on startup. From edf3ecfb777ab3f85971b0f93d9a4979edec35ef Mon Sep 17 00:00:00 2001 From: 1 gal Rosemary Date: Fri, 31 May 2024 17:52:21 +0800 Subject: [PATCH 3/4] chore: update README.md Add some links about `docker` and `docker-compose` --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ba62d6f..4ce966b 100644 --- a/README.md +++ b/README.md @@ -71,10 +71,12 @@ Fully managed hosting of your personal Haven is available too, check out: https: ## Docker -1. Install `docker` and `docker-compose` -2. Clone the repository: `git clone https://github.com/havenweb/haven.git` -3. Run `cd haven` -4. Run `docker compose up` +1. Install `docker` and `docker-compose` + If you don't know how to install `docker` and `docker-compose`, you can find info in [introduction to docker](https://fullstackopen.com/en/part12/introduction_to_containers#installing-everything-required-for-this-part) , [overview of installing docker compose](https://docs.docker.com/compose/install/) and [get docker desktop](https://docs.docker.com/get-docker/). + +3. Clone the repository: `git clone https://github.com/havenweb/haven.git` +4. Run `cd haven` +5. Run `docker compose up` Feel free to use the included `Dockerfile` and `docker-compose.yml`. You probably want to modify the env vars in `docker-compose.yml` to specify a different `HAVEN_USER_EMAIL` and `HAVEN_USER_PASS`. These will be used to create you initial user (and password) on startup. From dbb981387b9c4d2ed4117a9aecd012872183b85a Mon Sep 17 00:00:00 2001 From: 1 gal Rosemary Date: Fri, 31 May 2024 17:56:59 +0800 Subject: [PATCH 4/4] chore: update README.md fix some serial numbers --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4ce966b..01171b0 100644 --- a/README.md +++ b/README.md @@ -74,9 +74,9 @@ Fully managed hosting of your personal Haven is available too, check out: https: 1. Install `docker` and `docker-compose` If you don't know how to install `docker` and `docker-compose`, you can find info in [introduction to docker](https://fullstackopen.com/en/part12/introduction_to_containers#installing-everything-required-for-this-part) , [overview of installing docker compose](https://docs.docker.com/compose/install/) and [get docker desktop](https://docs.docker.com/get-docker/). -3. Clone the repository: `git clone https://github.com/havenweb/haven.git` -4. Run `cd haven` -5. Run `docker compose up` +2. Clone the repository: `git clone https://github.com/havenweb/haven.git` +3. Run `cd haven` +4. Run `docker compose up` Feel free to use the included `Dockerfile` and `docker-compose.yml`. You probably want to modify the env vars in `docker-compose.yml` to specify a different `HAVEN_USER_EMAIL` and `HAVEN_USER_PASS`. These will be used to create you initial user (and password) on startup.