Some troubles while installing #52
Replies: 5 comments 3 replies
|
Seems localhost is hard coded in the docker client file and it ignores the build commands in the comandline: You need to manually sync, once by clicking the Sync button, afterwards automatic syncing seems to work. |
|
Does anybody know how to increase the user storage limit, I cannot upload files since I reached the limit, which seems to be 300Mb. |
Groups not yet implemented refer to #27 |
Hi @thomueller |
|
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hello, thanks for you efforts to make the local server setup possible.
I am running the docker containers.
I have some problems creating a group, the following .sh files mentioned in the tutorial seem to be missing on zotprime-dataserver:
/var/www/zotero/admin/list-users.sh
/var/www/zotero/admin/create-group.sh
/var/www/zotero/admin/list-groups.sh
/var/www/zotero/admin/add-user-group.sh
/var/www/zotero/admin/remove-user-group.sh
I think I understand the problem. This group feature is not yet in the production branch.
Just download the development branch instead. And switched to the dev yaml file in the install script.
But I still do not get the files copied to the dataserver.
I copied them manually to the data server, this seems to work.
The list-users throws an error:
ERROR 1054 (42S22) at line 1: Unknown column 'role' in 'field list'
All reactions