slowcontrol:basic_setup
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
slowcontrol:basic_setup [2020/08/28 10:57] – himuser | slowcontrol:basic_setup [2022/01/14 18:44] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 17: | Line 17: | ||
$ docker run --it --network host --name slow_control ubuntu bin/bash | $ docker run --it --network host --name slow_control ubuntu bin/bash | ||
</ | </ | ||
+ | |||
+ | Containers are usually completely isolated from the host system. But containers with ' | ||
+ | |||
+ | **Note:** | ||
+ | |||
+ | ' | ||
+ | '#' | ||
**3. Access terminal inside the container** | **3. Access terminal inside the container** | ||
Line 25: | Line 32: | ||
**4. Install epics using the script on [[epics: | **4. Install epics using the script on [[epics: | ||
+ | |||
+ | The downloaded script should be copied into the container. | ||
+ | Open another terminal window on the host and execute the following command. | ||
+ | < | ||
+ | docker cp < | ||
+ | </ | ||
**5. install Node.js** | **5. install Node.js** | ||
< | < | ||
- | $ curl -sL https:// | + | # curl -sL https:// |
- | $ sudo apt-get install -y nodejs | + | # sudo apt-get install -y nodejs |
</ | </ | ||
**5. Install Node-RED** | **5. Install Node-RED** | ||
< | < | ||
- | $ sudo npm install -g --unsafe-perm node-red | + | # sudo npm install -g --unsafe-perm node-red |
</ | </ | ||
slowcontrol/basic_setup.1598612233.txt.gz · Last modified: (external edit)