pending updates
This commit is contained in:
@@ -4,20 +4,20 @@ Create a dev env for nextcloud
|
||||
|
||||
setup databse :
|
||||
|
||||
```
|
||||
./setupdatabase.sh
|
||||
|
||||
./setuppodman
|
||||
```
|
||||
|
||||
# on ubuntu VOLUME creation failed ( podman 4.9.3 )
|
||||
# comment out VOLUME var/www/html in 31/apache/Dockerfile
|
||||
On ubuntu VOLUME creation failed ( podman 4.9.3 )
|
||||
Comment out VOLUME var/www/html in 31/apache/Dockerfile
|
||||
|
||||
```
|
||||
podman tag $image_id nextcloud_local
|
||||
|
||||
./clonegit.sh
|
||||
|
||||
./runpodman.sh
|
||||
|
||||
./doit.sh
|
||||
```
|
||||
|
||||
se connecter sur http://127.0.0.1:8080
|
||||
|
||||
@@ -25,7 +25,9 @@ creer l'administrateur
|
||||
|
||||
puis
|
||||
|
||||
```
|
||||
./sync_poll.sh
|
||||
```
|
||||
|
||||
il reste encore a compiler avec les dependances composer et le build npm vuejs
|
||||
|
||||
|
||||
Reference in New Issue
Block a user