wip
This commit is contained in:
41
Readme.md
41
Readme.md
@@ -76,6 +76,47 @@ pyqtgraph.examples.run()
|
||||
```
|
||||
|
||||
|
||||
Deploy stuff (22.8.22) quick and dirty
|
||||
----------------------
|
||||
```
|
||||
DST=/sf/cristallina/applications/mx/zamofing_t/
|
||||
# /sf/cristallina/applications/mx
|
||||
|
||||
ssh saresc-cons-02 mkdir /tmp/zamofing_t/
|
||||
rsync -vai ~/Documents/prj/SwissFEL/epics_ioc_modules/ESB_MX saresc-cons-03:$DST
|
||||
rsync -vai ~/Documents/prj/SwissFEL/PBTools saresc-cons-03:$DST
|
||||
|
||||
cd /tmp/zamofing_t/ESB_MX/python/SwissMX/
|
||||
/opt/gfa/python-3.7/latest/bin/python swissmx.py
|
||||
|
||||
/opt/gfa/python-3.8/latest/bin/pip install qtawesome --user
|
||||
/opt/gfa/python-3.8/latest/bin/python swissmx.py
|
||||
|
||||
cd $DST
|
||||
/opt/gfa/python-3.8/latest/bin/python -m pdb swissmx.py
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
cd /tmp/; git clone https://github.com/malcolmreynolds/transformations.git
|
||||
cd /tmp/transformations.git
|
||||
-> modify __init__.py -> .transformation (add dot)
|
||||
setup.py install --user
|
||||
|
||||
|
||||
cd /tmp/; git clone https://github.com/spyder-ide/qtawesome.git
|
||||
cd /tmp/qtawesome
|
||||
|
||||
#To have epics channels we must be connected to the ESC network
|
||||
EPICS_CA_ADDR_LIST='129.129.244.255 sf-saresc-cagw.psi.ch:5062 sf-saresc-cagw.psi.ch:5066'
|
||||
cd /home/zamofing_t/Documents/prj/SwissFEL/epics_ioc_modules/ESB_MX/python/oldRepos/app/src
|
||||
python swissmx.py
|
||||
```
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user