A test/play virtual machine for Open Journal Systems. 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 -b ojs-master https://github.com/pkp/vagrant.git
(or download the .zip/.tar version)cd 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. The OJS Documentation wiki contains everything you need to know, except...
- The administrator account has username: admin 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
OJS database details:
- database: ojs
- user: ojs
- password: ojs
This Vagrant virtual machine is based on Islandora Vagrant.