/alps/pcitool

To get this branch, use:
bzr branch http://suren.me/webbzr/alps/pcitool

« back to all changes in this revision

Viewing changes to misc/pcilib.in

  • Committer: Vasilii Chernov
  • Date: 2016-03-04 11:33:44 UTC
  • mto: This revision was merged to the branch mainline in revision 372.
  • Revision ID: vchernov@inr.ru-20160304113344-yhh657853ypdmpqk
Add python servers instalation step. Add systemd config files generation for python servers.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# API server parameters
 
2
API_SERVER_DEVICE="/dev/fpga0"
 
3
API_SERVER_MODEL="test"
 
4
 
 
5
# HTML server parameters
 
6
HTML_SERVER_PORT=5000
 
7
 
 
8
#Scripts directory
 
9
PCILIB_SCRIPTS_DIR="${PCILIB_PY_SERVER_INSTALL_DIR}/scripts"