Commit c68f9221 authored by Davide Ricci's avatar Davide Ricci
Browse files

Edit README.md

parent 63dc4d06
Loading
Loading
Loading
Loading
Loading
+0 −41
Original line number Diff line number Diff line
@@ -141,52 +141,11 @@ curl http://localhost:1111/all/dome

Doc in progress

# Dome board:

```
sudo apt-get install python-dev libusb-dev swig libwxgtk3.0-gtk3-dev
git clone https://github.com/rm-hull/k8055.git
cd k8055

sed -i.bak 's/CC = gcc/CC = g++/' Makefile
sed -i.bak 's/\t/    /g' pyk8055/pyk8055.py
sed -i.bak 's/IOError, "Could not open device"/IOError("Could not open device")/g' pyk8055/pyk8055.py

make all
sudo make install
make pylib k8055gui
sudo make pyinstall guiinstall
```

# Dome software + Alpaca driver:
```
git clone https://github.com/lfini/SW-OPC-2.git
```

## git configuration on observatory pc

To push directly on observatory pc (for people without access to INAF repo)

```
# on obseravatory pc
git config receive.denyCurrentBranch updateInstead

# on local machine
git remote add machine user@machine:software-di-controllo
git push machine main
```

## System dependencies:

```
sudo apt install gnuplot gnupot-x11
sudo /home/zap/MBB/mbb -w 9000 -i 22000 -l /home/zap/MBB/mbb.log 10.185.119.248
```

# Branches:

- main
- dev

[![pipeline status](https://www.ict.inaf.it/gitlab/davide.ricci/software-di-controllo/badges/main/pipeline.svg)](https://www.ict.inaf.it/gitlab/davide.ricci/software-di-controllo/commits/main)