Skip to content

Commit 94d06bd

Browse files
committed
Update README file and convert to Github markdown
1 parent e529f27 commit 94d06bd

File tree

2 files changed

+49
-7
lines changed

2 files changed

+49
-7
lines changed

README

-7
This file was deleted.

README.md

+49
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
ADBOS
2+
=====
3+
4+
ADBOS (Automatic Database OPDEF System) manages operational defects, pulling the data from external OPDEF reports.
5+
6+
Licence
7+
-------
8+
See the LICENCE file for licensing information. All contributions welcome.
9+
10+
Installation
11+
------------
12+
Quick and dirty installation instructions:
13+
14+
If installing offline, Debian DVDs 1-6 will be required (use ```apt-cdrom add``` to add to the system)
15+
16+
* Install required packages:
17+
```
18+
apt-get install libapache2-mod-perl2 libapache-session-perl libtemplate-perl libdbix-class-perl libdatetime-format-strptime-perl libmime-types-perl libxml-libxml-simple-perl build-essential postfix libmail-box-perl libemail-valid-perl solr-tomcat libdevice-serialport-perl vim mysql-server libapache2-request-perl libdatetime-format-mysql-perl libstring-random-perl libmime-charset-perl
19+
```
20+
21+
* Download and install the following packages (alternatively available on later numbered DVDs):
22+
```
23+
libcrypt-saltedhash-perl
24+
liblog-report-perl
25+
libdatetime-format-duration-perl
26+
```
27+
28+
* Download and install the following Perl modules (not available as Debian packages):
29+
```
30+
Unicode::LineBreak
31+
String::Print
32+
Log::Report::Optional
33+
Any::Daemon
34+
```
35+
36+
* Make configuration changes:
37+
```
38+
a2enmod rewrite
39+
a2enmod apreq
40+
```
41+
42+
* Copy schema.xml solrconfig.xml from etc directory to /etc/solr/conf
43+
* Restart solr (```/etc/init.d/tomcat6 restart```) and check it started okay by looking at log files in /var/log/tomcat6
44+
* Configure Apache based on example in etc directory
45+
* Create config file ```/etc/adbos.conf``` based on example in etc directory
46+
* Add syops.html file if required
47+
* Import the SQL database
48+
* Configure firewall and Postfix if required
49+

0 commit comments

Comments
 (0)