Sign inSign up

marcbria/docker4ojs

By marcbria

Updated almost 9 years ago

Inspired by docker4drupal, this project implements docker images and stacks for OJS (still on alpha)

Image
1

667

marcbria/docker4ojs repository overview

docker4ojs

Docker images and stacks for OJS (and PKP tools)

Architecture

[   OJS:latest   ]
[ PHP:5.6-apache ]  --- LINK ----> [ MYSQL ]

Execute

  1. Install docker compose
$ sudo pip install docker-compose
  1. Download docker-compose.yml file:
$ wget https://raw.githubusercontent.com/marcbria/docker4ojs/version/docker-compose.yml
  1. Run:
$ docker-compose up
  1. Visit your new OJS at: http://localhost:8080

  2. Fill the forms as you wish but the DB data need to fit with mysql docker as defined in docker-compose.yml:

  • Database driver: MySQLi
  • Host: db
  • Username: ojs
  • Password: ojs
  • Database name: ojs
  • Unckeck "Create new database"

Tags

  • latest: Last DEV OJS version from pkp's github (master branch).
  • version: Build an specific branch. You need to modify the the docker-compose file with the pkp's specific branch name or use the -e param.

Tag summary

Content type

Image

Digest

Size

477.5 MB

Last updated

about 9 years ago

docker pull marcbria/docker4ojs