/ojs-vagrant

Vagrant environments for PKP software

Primary LanguageShellGNU General Public License v3.0GPL-3.0

Introduction

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.

Prerequisites

Install the following prerequisites on your laptop or desktop:

  1. VirtualBox
  2. Vagrant

Setting up your virtual machine

  1. git clone -b ojs-master https://github.com/pkp/vagrant.git (or download the .zip/.tar version)
  2. cd vagrant
  3. vagrant up

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

Accessing OJS

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

Other details you might find useful

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

Thanks

This Vagrant virtual machine is based on Islandora Vagrant.