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
- Host: GitHub
- URL: https://github.com/digibib/kohadev
- Owner: digibib
- License: mit
- Created: 2014-08-29T12:25:49.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-09-17T23:53:31.000Z (almost 12 years ago)
- Last Synced: 2024-04-14T18:14:06.343Z (over 2 years ago)
- Language: Scheme
- Size: 199 KB
- Stars: 0
- Watchers: 14
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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