Skip to content

pkp/vagrant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

A test/play virtual machine for Open Journal Systems and Open Monograph Press. It should work on any operating system that supports VirtualBox and Vagrant.

This virtual machine should not be used in production.

Configuration

By default this image is configured to set up the master branch of OJS. You can choose OMP, or another branch, by editing the Vagrantfile and editing the args part of vm.config.provision. For example, use omp stable-3_2_1 to test the OMP 3.2.1 stable branch.

(This image currently supports OJS, OMP, and OPS 3.2.0 or newer. Older versions may be supported by other branches of this repo, e.g. stable-3_1_2.)

Prerequisites

Install the following prerequisites on your laptop or desktop:

  1. VirtualBox
  2. Vagrant

Setting up your virtual machine

  1. git clone https://github.com/pkp/vagrant.git
  2. cd vagrant
  3. vagrant up

When all the scripts have finished running, your virtual machine is ready for use.

Note that this image runs the data build and test suite, so it may take quite a while to complete.

Accessing OJS

Point your browser at [http://localhost:8000](http://localhost:8000). The [OJS Documentation Hub](https://docs.pkp.sfu.ca/) contains everything you need to know, except...
  • The administrator account has username: admin password: admin
  • The journal manager/editor has username: dbarnes password: dbarnesdbarnes

Other details you might find useful

You can connect to the machine via ssh: vagrant ssh

OJS database details:

  • database: ojs-ci
  • user: ojs-ci
  • password: ojs-ci

Thanks

This Vagrant virtual machine is based on Islandora Vagrant.

About

Vagrant environments for PKP software

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages