/pass-ember

Primary LanguageJavaScript

pass-ember

Build Status

PASS is an ember application which provides a unified user interface that allow its users to deposit their manuscripts into multiple repositories as required by applicable funding agency's public access policies

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • cd pass-ember
  • npm install

Running / Development

Running Tests

  • ember test
  • ember test --server

Building

  • ember build (development)
  • ember build --environment production (production)
  • PORTABLE=1 ember build (demo that does not need web server)

Deploying

Specify what it takes to deploy your app.

Further Reading / Useful Links