when I changed localhost to the IP address of the installed PC in the 
following scripts:

*1. sudo mousepad /dspace/config/local.cfg*
dspace.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.yml*
ssl: 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.json*
Find 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    

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/51710137-07e7-4acd-a534-d1d4b38022a8n%40googlegroups.com.

Reply via email to