This package has been deprecated

Author message:

pallesgavebod will be removed from npmjs. Instead clone from github: https://github.com/DBCDK/pallesgavebod

pallesgavebod

0.0.61 • Public • Published

pallesgavebod

GitHub tag David David

Next generation Palles Gavebod

As default the application will load on localhost:8080. Se a running example on pg.demo.dbc.dk

How to install and run the application

// Build and install the application
git clone https://github.com/DBCDK/pallesgavebod.git
npm install
npm run build

// create config file
mv config.example.js config.js

// fill out the blanks in the config file. 
// NB! a lot of the services are restricted by DBC

// Start the application
 npm run serve

New Relic

As New Relic is used by DBC A/S this application requires New Relic to be configured.
If you want to run the application but can't provide a New Relic configuration you can start the application with NEW_RELIC_NO_CONFIG_FILE=true which will throw an error but wont crash your application.

Testing

Unit tests

Unit tests are placed with the modules and components in a tests folder to run the tests: npm run test

Selenium tests

The selenium tests (found in the /selenium directory) are integration tests, and mainly run in an phantomjs instance. to run tests: npm run selenium

Readme

Keywords

Package Sidebar

Install

npm i pallesgavebod

Weekly Downloads

0

Version

0.0.61

License

ISC

Last publish

Collaborators

  • hrmoller
  • dbcdk