Skip to content

Commit 56aa911

Browse files
committed
final notes
1 parent 604db3a commit 56aa911

File tree

1 file changed

+26
-3
lines changed

1 file changed

+26
-3
lines changed

README.md

Lines changed: 26 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,13 @@ nextcloud.com application package for dcape
1111
[4]: https://img.shields.io/github/license/dopos/dcape-app-nextcloud.svg
1212
[5]: LICENSE
1313

14-
[nextcloud](https://www.nextcloud.com/) application package for [dcape](https://github.com/dopos/dcape).
14+
[nextcloud](https://www.nextcloud.com/) application package for [dcape](https://github.com/dopos/dcape) v2.
1515

1616
## Docker image used
1717

1818
* [nextcloud](https://hub.docker.com/_/nextcloud)
1919
* [redis](https://hub.docker.com/_/redis)
20+
* [nginx](https://hub.docker.com/_/nginx)
2021

2122
## Requirements
2223

@@ -25,15 +26,27 @@ nextcloud.com application package for dcape
2526
* [dcape](https://github.com/dopos/dcape)
2627
* Git service ([github](https://github.com), [gitea](https://gitea.io) or [gogs](https://gogs.io))
2728

28-
## Usage
29+
## Install
2930

31+
### By mouse (deploy with drone)
3032

3133
* Gitea: Fork or mirror this repo in your Git service
3234
* Drone: Activate repo
3335
* Gitea: Run "Test delivery", config sample will be saved to enfist
3436
* Enfist: Edit config and remove .sample from name
3537
* Run "Test delivery" again (app will be installed and started on webhook host)
3638

39+
### By hands
40+
41+
```bash
42+
git clone -b v2 --single-branch --depth 1 https://github.com/dopos/dcape-app-nextcloud.git
43+
cd dcape-app-nextcloud
44+
make config
45+
... <edit .env.sample>
46+
mv .env.sample .env
47+
make up
48+
```
49+
3750
### Redis
3851
```
3952
sysctl vm.overcommit_memory=1
@@ -46,7 +59,17 @@ config/config.php:
4659
'overwriteprotocol' => 'https',
4760
```
4861

49-
## Upgrade
62+
## Upgrade dcape app
63+
64+
```bash
65+
git pull
66+
make config
67+
... <check .env.sample>
68+
mv .env.sample .env
69+
make up
70+
```
71+
72+
## Upgrade nextcloud
5073

5174
#### v17 -> v18
5275

0 commit comments

Comments
 (0)