[dspace-tech] Re: dspace install question

2017-09-27 Thread Mark H. Wood
On Wednesday, September 27, 2017 at 9:59:38 AM UTC-4, Ηλιας Χρηστου wrote: > > >1. > >*DSpace Directory:* Create the directory for the DSpace installation >(i.e. [dspace]). As *root* (or a user with appropriate permissions), >run: >mkdir [dspace] >chown dspace

[dspace-tech] Re: dspace install question

2017-09-27 Thread 'Elvis Luis Oscanoa Toribio' via DSpace Technical Support
sudo apt-get update sudo apt-get upgrade sudo apt-get install openjdk-7-jdk sudo apt-get install ant maven sudo apt-get install postgresql - sudo vim /etc/postgresql/9.3/main/pg_hba.conf modificar: - all dspace dspace md5 sudo service postgresql restart sudo