|
|
## Server instruction list
|
|
|
1. git clone --recursive https://github.com/SamuelHassine/zotero-prime.git
|
|
|
2. cd zotero-prime
|
|
|
3. find /mnt/zotero/zotero-prime -type f -exec sed -i 's/8080/8084/g' {} +
|
|
|
4. cd docker
|
|
|
5. docker-compose up -d
|
|
|
6. ./bin/init.sh |
|
|
\ No newline at end of file |
|
|
6. ./bin/init.sh
|
|
|
|
|
|
## Client instruction list
|
|
|
1. find /mnt/zotero/zotero-client -type f -exec sed -i 's/localhost:8081/zam10128.zam.kfa-juelich.de:8081/g' {} +
|
|
|
2. find /mnt/zotero/zotero-client -type f -exec sed -i 's/localhost:8082/zam10128.zam.kfa-juelich.de:8082/g' {} +
|
|
|
3. find /mnt/zotero/zotero-client -type f -exec sed -i 's/localhost:8083/zam10128.zam.kfa-juelich.de:8083/g' {} +
|
|
|
4. find /mnt/zotero/zotero-client -type f -exec sed -i 's/localhost:8084/zam10128.zam.kfa-juelich.de:8084/g' {} + |
|
|
\ No newline at end of file |