-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathINSTALLATION
More file actions
30 lines (17 loc) · 922 Bytes
/
INSTALLATION
File metadata and controls
30 lines (17 loc) · 922 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
INTRODUCTION
This document describes how to install KRE.
* KRE runs as an Apache module. Thus, installing Apache is a key to making it work.
* KRE is a mod_perl Apache module. Thus, there are a lot of Perl pre-requisites.
TODO
* The installation is too complex. This ought to be easier.
* We assume Centos, Fedora, or Redat. We should test and expand instructions to include other Linux distros.
* The installation *has* to be done in the /web/lib/perl directory. This restriction should be removed
* The installation depends on a custom build of Apache. Can we use the stock distribution?
DETAILED INSTRUCTIONS
Detailed instructions and helpful scripts for installing your own
instance of KRE are here:
https://github.com/solargroovy/krl_install
DOCKER
There is an experimental Docker-based KRE here:
https://github.com/kre/kre_standalone/tree/master/kre00
The Docker installation is incomplete right now.