when I changed localhost to the IP address of the installed PC in the following scripts:
1. sudo mousepad /dspace/config/local.cfgdspace.ui.url =
http://localhost:4000 dspace.server.url =
http://localhost:8080/server 2. sudo mousepad /home/dspace/dspace-angular-dspace-7.5/config/config.prod.ymlssl: false
host: localhost
port: 4000
# The REST API server settings
# NOTE: these settings define which (publicly available) REST API to use. They are usually
# 'synced' with the 'dspace.server.url' setting in your backend's local.cfg.
rest:
ssl: false
host: localhost
port: 8080
# NOTE: Space is capitalized because 'namespace' is a reserved string in TypeScript
nameSpace: /server
3. sudo mousepad /home/dspace/dspace-angular-dspace-7.5/dspace-ui.jsonFind the line,
"DSPACE_REST_HOST": "localhost",
Change localhost to the IP address. Save and close the file. Then restart the PC.
The installed PC acts as the server. However; I can only access the DSpace 7 on the localhost pc using its Ip Address (
http://ip-address:4000) not
http://localhost:4000. When I manage to login from the localhost pc; I can not add community, or add collection but If I do not assign IP address on the installed PC; and open
http://localhost:4000; I can add communities and collection. Please assist me with how to configure or procedure to make DSpace 7 available on LAN