User Tools

Site Tools


slowcontrol:basic_setup

This is an old revision of the document!


Steps for setting up slow control:

1. Installing docker on ubuntu: Open terminal in ubuntu and run the following commands.

$ curl -fsSL https://get.docker.com -o get-docker.sh
$ sudo sh get-docker.sh

2. Setup a ubuntu container

docker run --it  --network host --name slow_control ubuntu bin/bash

3. Access terminal inside the container

docker exec -it slow_control bin/bash

4. Install epics using the script on autoinstall page

5. install Node.js

curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
sudo apt-get install -y nodejs

5. Install Node-RED

sudo npm install -g --unsafe-perm node-red
slowcontrol/basic_setup.1598608651.txt.gz · Last modified: (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki