Skip to content

scottaubrey/recommendations

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

recommendations

Recommendations backend for the eLife API.

Implements /recommendations-based paths.

Docker

The project provides an images that runs as the www-data user.

Build image(s) with:

docker-compose build

Run a shell as www-data inside a new container:

docker-compose run fpm bash

Run a PHP interpreter:

docker-compose run fpm php ...

Run all project tests including PHPUnit:

docker-compose -f docker-compose.yml -f docker-compose.ci.yml build
docker-compose -f docker-compose.yml -f docker-compose.ci.yml run ci

Run a smoke test:

docker-compose up -d
curl -v localhost:8080/ping

About

Recommendations for eLife 2.0

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 96.9%
  • Shell 2.1%
  • Dockerfile 1.0%