A virtual machine for testing the Open Journal Systems 3.x PKP PLN plugin. It should work on any operating system that supports VirtualBox and Vagrant.
This virtual machine should not be used in production.
Install the following prerequisites on your laptop or desktop:
git clone https://github.com/mjordan/pkppln_vagrant
cd pkppln_vagrant
vagrant up
When all the scripts have finished running, your virtual machine is ready for use.
Point your browser at http://localhost:8000/ojs
- administrator account username: ojs
- password: ojs
Point your browser at http://localhost:8000/pkppln/web/app.php
- administrator account username: admin@example.com
- password: admin
You can connect to the machine via ssh: ssh -p 2222 vagrant@localhost
and log in with:
- username: vagrant
- password: vagrant
You won't normally need the following but just in case:
MySQL credentials:
- username: root
- password: ojs
This Vagrant virtual machine is inspired by the Islandora Vagrant.