Windows Installation
In order to having a correct and complete installation over Windows, you must install Phoebus, Java, Python as a auxiliary projects.
In addition, in order to use the SPARC control System you have to download the repository from https://baltig.infn.it/lnf-da-control/epik8-sparc
We provide a script that automatize all the installation sequence.
In particular the script will:
- Install Git, Java, Python
- Install Phoebus
- Download the SPARC repository
- Synchronize the settings of Phoebus with the one used in the SPARC repository
- Associate Phoebus as default app for opening .bob
- Create a desktop shortcut named "SPARC LAUNCHER" that will open the root form of the control system.
The script has to be executed with Powershell.
Before launching the script, please check the execution policy of the scripts in your Windows pc with the following Powershell command:
Code Block |
---|
language | powershell |
---|
theme | RDark |
---|
|
Get-ExecutionPolicy
|
In case of Restricted, you must set the ExecutionPolicy at RemoteSigned with the following line:
Code Block |
---|
language | powershell |
---|
theme | RDark |
---|
|
Set-ExecutionPolicy RemoteSigned
|
Note:
The script is designed to work as user "sparc".
So It will install Phoebus and the repository on: Users/sparc.
If the directory doesn't exist it will try to create one.
If you want install to a different folder, please edit into the script the variable $destinationPath
View file |
---|
name | installer.ps1 |
---|
height | 250 |
---|
|
Download and Setup on Linux
A working control interface can be obtained by installing Phoebus (a variant of CSS that is going to replace CSS).
...