Skip to content

dspace-ng/dspace-app-action-slim

 
 

Repository files navigation

DSpace App: Action Slim

Dev setup

First of all you need nodejs with npm, you can easily install it using nvm. Once you have it working you need bower, grunt-cli and pm2 installed globally:

$ npm install -g bower grunt-cli pm2

next install local dependencies with:

$ npm install
$ bower install

once it succeeds, copy example config file:

$ cp config.js.example config.js

and start taks runner:

$ grunt

run daemons needed in development

$ pm2 start processes.json

and open in your browser http://localhost:8000

once you kill grunt process you can see still running daemons with:

$ pm2 ls

About

SetUp for Mapping party the neogeographic way

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 76.9%
  • CSS 23.1%