...
Code Block |
---|
language | bash |
---|
title | Install Phoebus Setting (Mac,Linux) |
---|
|
phoebus.sh -settings settings.ini |
Mac specific initialization
If previous setting fails do:
Code Block |
---|
language | bash |
---|
title | Install Phoebus Setting (Mac,Linux) |
---|
|
cd /Applications/CSS_Phoebus.app
cd phoebus-4.7.4-SNAPSHOT (or alternative version)
vi phoebus.desktop
## add -settings settings.ini # or other setting file
Exec=~/bin/phoebus -settings settings.ini -resource %f |
Code Block |
---|
language | bash |
---|
title | Install Phoebus Setting (Windows) |
---|
|
phoebus.bat -settings settings.in |
...