Hi,
is there a way to launch pogo in a non interactive and graphical way, after configuring the options in some file for instance?
If so, is it described somewhere?
Regards
Hi,
is there a way to launch pogo in a non interactive and graphical way, after configuring the options in some file for instance?
If so, is it described somewhere?
Regards
tango-controls / pogo ยท GitLab has an example with the pogo docker image, but this actually uses the command line.
The available options are:
$ docker run registry.gitlab.com/tango-controls/pogo:9.10.6 -?
Reading properties from file:/usr/local/lib/pogo.jar!/Pogo.default_properties
PogoException: WARNING: No site specific properties file found !
/root/.pogorc
WARNING: PogoException: java.io.FileNotFoundException: /root/.pogorc (No such file or directory)
doc_home: ./doc_html
makefile_home: $(TANGO_HOME)
install_home: $(TANGO_HOME)/release/$(BIN_DIR)/bin
site.name: null
copyright:
Syntax:
pogo <action> <filename1> <filename2>....
Without option, pogo start the Graphic User Interface
Actions:
-src: re-generate the device server source files.
-makefile: generate the Makefile for project.
-cmake: generate the CMakeLists.txt for project.
-multi: start Pogo for multi class server.
-html: generate the device server html documentation.
-sphinx: generate the device server Sphinx documentation.