/journal

eLife is an open-access journal that publishes promising research in the life and biomedical sciences

Primary LanguagePHPMIT LicenseMIT

eLife Journal

Build Status

Dependencies

Installation

  1. Create app/config/parameters.yml from app/config/parameters.yml.dist
  2. npm install
  3. composer install
  4. node_modules/.bin/gulp

Running the tests

vendor/bin/phpunit

Running the site

bin/console server:start [--env=prod]

Note in production use a proper server.