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.
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.)
Install the following prerequisites on your laptop or desktop:
git clone https://github.com/pkp/vagrant.gitcd vagrantvagrant 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.
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:
adminpassword:admin - The journal manager/editor has username:
dbarnespassword:dbarnesdbarnes
You can connect to the machine via ssh: vagrant ssh
OJS database details:
- database:
ojs-ci - user:
ojs-ci - password:
ojs-ci
This Vagrant virtual machine is based on Islandora Vagrant.