forked from newville/epicsarchiver
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
49 lines (27 loc) · 1.43 KB
/
README
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
#
This is the Epics PV Archiver, a system for recording Epics PV data to a
MySQL database and for viewing data from the database using a web
interface.
The system has been designed for the Linux/Apache/MySQL/Python set of tools
and requires the following components:
- apache webserver: Apache 2.X at least.
- python: version 2.5 or higher.
- mysql: MySQL 5.x, with INNOdb support. For many linux
distributions, you will need the 'devel' package.
- Gnuplot 4.0 or higher
- mod_python. Many linux distributions include this as an
add-on package for Apache. The source for this is included,
but you will need to install this and configure apache to use it.
- Epics Base. You'll want Epics base 3.14.9 or higher.
- Gnuplot Python module (py_install/gnuplot-py-1.7.tar.gz)
- MySQLdb Python module. (py_install/MySQL-python-1.2.2.tar.gz)
Many systems have a package for this. If you use such a package,
make sure you also install the 'mysql-devel' package.
- Epics Python module : (py_install/pyepics3.0.10.tar.gz)
See INSTALL for more Installation instructions.
See doc/ApacheConfig.txt for more details on setting up Apache and mod_python.
See doc/Overview.txt for general usage notes,
See doc/Templates.txt for detailed notes on how to build and
view web pages of PVs.
See doc/Setup.txt for description of MySQL databases,and command-line
tools for extracting data.