MohamedElashri / Zotero-Docker

Docker version of Zotero dataserver and web library combined.
GNU General Public License v3.0
23 stars 5 forks source link

issues after install #164

Open luciandf opened 2 years ago

luciandf commented 2 years ago

Hello,

I have tried to follow your instructions but I get stuck at running the init.sh. I get the following error:

$ ./bin/init.sh 
bash: ./init-mysql.sh: Permission denied
make_bucket: zotero
make_bucket: zotero-fulltext
{
    "TopicArn": "arn:aws:sns:us-east-1:123456789012:zotero"
}

If I go the library page I get the following image and nothing else:

image

Also when I try to create a user I get the following error:

$ ./bin/create-user.sh 1000 lucian test
OCI runtime exec failed: exec failed: container_linux.go:367: starting container process caused: exec: "/var/www/zotero/admin/create-user.sh": permission denied: unknown

What am I doing wrong?