An open API service indexing awesome lists of open source software.

https://github.com/digibib/kohadev

Koha setup of development box
https://github.com/digibib/kohadev

Last synced: about 1 year ago
JSON representation

Koha setup of development box

Awesome Lists containing this project

README

          

koha.dev
======

Koha setup of development box

This Vagrant box is a vanilla debian Wheezy install of a Koha Development server.
It is intended to work as a basis for testing and creating patches on Koha master.
Setup of the vagrant box inspired by:
https://mikegriffin.ie/blog/20130418-creating-a-debian-wheezy-base-box-for-vagrant/

## TODO

This box is not yet production ready!

Missing:
* cherrypicking or tag download from koha repo
* rewrite duplicated states from ls.ext into separate repo
* test that phantomjs and watir are up and running
* decide howto setup specific states with patches

## Includes

* Debian Wheezy 7 64bit
* koha-common 3.16.02
* Koha from git
* (git clone --depth=1 https://github.com/Koha-Community/Koha.git)

It also contains a SaltStack provisioning to setup a minor development state

* git-bz (git.koha-community.org/git-bz.git)
* koha-gitify (https://github.com/mkfifo/koha-gitify)

## Setup

`make` will setup the box for the first time. Takes some time as it loads a
preinstalled Debian Wheezy image with koha instaled.

## Usage

`make` spins up the box
`make provision` runs install of vanilla box