-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathINSTALL
More file actions
27 lines (22 loc) · 706 Bytes
/
INSTALL
File metadata and controls
27 lines (22 loc) · 706 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
On database
===========
apt-get install libdevice-serialport-perl
apt-get install mysql-server
apt-get install libdbix-class-perl
apt-get install libfile-slurp-perl
Import DB schema (mysql -p -D opdef < opdef.sql)
On web server
=============
apt-get install libtemplate-perl
apt-get install mysql-server
apt-get install libdbix-class-perl
apt-get install libapache-dbi-perl
apt-get install libapache2-request-perl
apt-get install libdatetime-format-dbi-perl
apt-get install libstring-random-perl
apt-get install libdatetime-format-mysql-perl
Also need DateTime::Format::Duration
( libapache2-reload-perl )
a2enmod apreq
Copy and enable opdef apache config into sites-available
Update Apache mime.conf