Skip to content

Commit fcab5a9

Browse files
committed
simpler deployment docs
1 parent 584708e commit fcab5a9

File tree

1 file changed

+24
-7
lines changed

1 file changed

+24
-7
lines changed

apps/docs/content/docs/installation.mdx

Lines changed: 24 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,32 @@ Before you start, make sure you have:
2727

2828
Clone the repository and copy the example environment file:
2929

30+
[//]: # (```bash)
31+
32+
[//]: # (git clone git@github.com:kurrier-org/kurrier.git)
33+
34+
[//]: # (cd kurrier/db)
35+
36+
[//]: # (cp example.env .env)
37+
38+
[//]: # (cp -r ./init/volumes/ volumes)
39+
40+
[//]: # (cp -r ./init/dav_config/ dav_config)
41+
42+
[//]: # (cp -r ./init/dav_data/ dav_data)
43+
44+
[//]: # (cp -r ./init/caddy/ caddy)
45+
46+
[//]: # (cp -r ./init/webdav/ webdav)
47+
48+
[//]: # (```)
49+
3050
```bash
31-
git clone git@github.com:kurrier-org/kurrier.git
32-
cd kurrier/db
51+
git clone --branch deploy --single-branch https://github.com/kurrier-org/kurrier.git kurrier
52+
cd kurrier
3353
cp example.env .env
34-
cp -r ./init/volumes/ volumes
35-
cp -r ./init/dav_config/ dav_config
36-
cp -r ./init/dav_data/ dav_data
37-
cp -r ./init/caddy/ caddy
38-
cp -r ./init/webdav/ webdav
54+
cp -r init/* .
55+
docker compose up -d
3956
```
4057

4158
Open the .env file and update your secrets and passwords. You can also use the built-in secrets generator below to create a secure, production-ready passwords and secrets.

0 commit comments

Comments
 (0)