Installing DSpace 7 on Mac OS X
açıkerişim macos

Install the User Interface only

Running only the DSpace 7 user interface can be done quickly & easily on any operating system (Windows, Mac OS, or Linux).  By default, the installed user interface will use the DSpace 7 REST API Demo (https://dspace7.4science.cloud/dspace-spring-rest/) as its backend.  This means that you will immediately see test data (from that demo site) and be able to interact with it.  However, you will need to authenticate using the REST API Demo account. Any changes you make will also obviously appear on that shared REST API Demo site.


First, you will need to install the necessary prerequisites.

Git is required.  If you do not already have it installed (try running git version at your command line), you can install it via https://git-scm.com/downloads (or via your local package manager tools for Linux or Mac OS)

Node.js (v8.x or above) is required. Installing the latest LTS (Long Term Support) version, currently 10.x, is perfectly fine.

NPM (v5.x or above) is required.  Don't worry, this gets installed with Node.js though, so you don't need to do anything extra here.

Yarn (v1.x or above) package manage.  Just install the latest stable version (currently 1.16.x).

Then, download our "dspace-angular" application (which is the DSpace 7 user interface) and run it.  All you should need to do is the steps in the "Quick Start" at: https://github.com/DSpace/dspace-angular/#quick-start

# clone the repo
git clone https://github.com/DSpace/dspace-angular.git
 
# change directory to our repo
cd dspace-angular
 
# Checkout the "preview" release branch
git checkout preview
 
# install the local dependencies
yarn install
 
# start the server
yarn start


After a few minutes, the user interface will be running on your local machine.  Again, it will be accessing the REST API Demo site, so a stable internet connection is required.

User Interface: http://localhost:3000/

REST API (remote demo site): https://dspace7.4science.cloud/dspace-spring-rest/

Admin Login: [email protected]

Password: dspace

Submitter Login: [email protected]

Password: dspace


Objects/Pages of interest (within the test data):

Journal Example represents a journal with journal volumes, issues and articles, as detailed in the Configurable Entities Design.

Publications Example contains publications which contain a combination of plain-text authors and related author entities. It also contains relations to Research Projects and Organizational Units, as detailed in the Configurable Entities design. Navigating to e.g. a Person will reveal their relations to Publications, Research Projects and Organizational Units.

Submission/Workflow functionality can be tested using one of the collections in this community where the workflow is enabled. You can use the accounts mentioned above to perform the submission and workflow steps. The admin account can perform the submission and all workflow steps as well.

Once logged in, MyDSpace functionality is found in the user menu (upper right).  Submissions can be started from that page, or via the "New → Item" admin menu (if logged in as an Admin)

One you are done testing, you can stop the locally running DSpace 7 user interface via Ctrl+C


Installing DSpace 7 on Mac OS X
Mehmet Demirel 5 February, 2020
Share this post
Archive
Sign in to leave a comment

DSpace 7 Installation
DSpace7 Install