-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathINSTALL
34 lines (23 loc) · 1012 Bytes
/
INSTALL
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
Installation and Getting Started for EpicsScan
==============================================
To use EpicsScan, you'll need to
1. install this python package
2. set up a Postgresql relational database
a. create a database user
b. create an credentials file for this user.
c. create an "epics scan" database for this user.
3. configure which detectors and positioners to use.
4. start collecting data, using either Python scripts,
or the supplied graphical user interface.
1. Install this package
------------------------
Install the Python Package with
pip install epicsscan
2. Setup a Postgresql database for EpicsScan
-----------------------------------------------
You may need help from someone with system adminstrator rights.
This sounds harder than it is.
First, you'll need to have a postgresql server running on your network.
> createuser --createdb --createrole --pwprompt username
Matt Newville <[email protected]>
Last Update: 24-Aug-2024