run docker dev nextcloud
- missing clone info - missing setup of certificates (mkcert and so one ... )
This commit is contained in:
@@ -63,3 +63,33 @@ utiliser la base de donnee postgres et non le SQLLite ?
|
||||
|
||||
./migrate_db_sqlite2postgres.sh
|
||||
|
||||
|
||||
# NEW PLAIN nextcloud dev
|
||||
|
||||
setup
|
||||
|
||||
```
|
||||
git clone git@github.com:juliusknorr/nextcloud-docker-dev.git
|
||||
git git@github.com:nextcloud/server.git
|
||||
```
|
||||
|
||||
check nextcloud-docker-dev.env then
|
||||
|
||||
```
|
||||
cp nextcloud-docker-dev.env nextcloud-docker-dev.git/.env
|
||||
```
|
||||
|
||||
https setup, local private PKI.
|
||||
|
||||
missing setup cert and setupcert host ... mkcert compilation + install
|
||||
|
||||
update-certs update-hosts
|
||||
|
||||
https://nextcloud-dev.l0g.eu
|
||||
|
||||
|
||||
then will be done as sudo ( RootLess or podman limitation ? )
|
||||
|
||||
```
|
||||
./runit.sh
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user