Skip to content

Commit

Permalink
TMP: run regular storage
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <jus@bitgrid.net>
  • Loading branch information
juliushaertl committed Oct 29, 2021
1 parent 3611039 commit 0610055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Set up Nextcloud
run: |
mkdir data
echo "<?php \$CONFIG = ['objectstore' => ['class' => 'OC\\Files\\ObjectStore\\S3', 'arguments' => [ 'bucket' => 'nextcloud', 'key' => 'minio', 'secret' => 'minio123', 'hostname' => 'localhost', 'port' => 9000, 'use_ssl' => false, 'autocreate' => true, 'use_path_style' => true ]]];" > config/s3.config.php
# echo "<?php \$CONFIG = ['objectstore' => ['class' => 'OC\\Files\\ObjectStore\\S3', 'arguments' => [ 'bucket' => 'nextcloud', 'key' => 'minio', 'secret' => 'minio123', 'hostname' => 'localhost', 'port' => 9000, 'use_ssl' => false, 'autocreate' => true, 'use_path_style' => true ]]];" > config/s3.config.php
echo "<?php \$CONFIG = ['memcache.local' => '\\OC\\Memcache\\APCu', 'memcache.distributed' => '\\OC\\Memcache\\APCu'];" > config/apcu.config.php
./occ maintenance:install --verbose --database=sqlite --database-name=nextcloud --database-host=127.0.0.1 --database-user=root --database-pass=rootpassword --admin-user admin --admin-pass admin
- name: Integration
Expand Down

0 comments on commit 0610055

Please sign in to comment.