...
- 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 | ||||
---|---|---|---|---|
| ||||
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 | ||||
---|---|---|---|---|
|
...