-
Notifications
You must be signed in to change notification settings - Fork 30
/
C3ServerInstall.txt
45 lines (32 loc) · 1.65 KB
/
C3ServerInstall.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Installing ERAS project in ubuntu 12.04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-> Please refer to the "Setup" page in the documentation for updated instructions.
-> With automated shell script "install.sh" you can skip the first 5 steps, it installs the necessary packages realated to this project.
Just run "sh install.sh"
-> To install the necessary packages manually please follow these steps :
1) sudo apt-get update
2) Install MySql
sudo apt-get install mysql-server mysql-client
sudo apt-get install python-mysqldb
3) Installation of g++ and javac
sudo apt-get install g++
sudo apt-get install default-jdk
4) Install ssh daemon
sudo apt-get install openssh-server
sudo restart ssh
5) Tango Installation :
- Installing dependencies :
The current PyTango version has three major dependencies:
- Boost-python :
sudo apt-get install libboost-python-dev
- Numpy installation :
sudo apt-get install python-numpy
- IPython Installation (optional) :
sudo apt-get install ipython
- Installing PyTango :
PyTango is available on linux as an official debian/ubuntu package (python-pytango).
sudo apt-get install tango-common tango-db tango-starter tango-test python-pytango libtango7-doc libtango7-dev tango-starter
6) At this point it should be possible to run Tango locally on the machine via
tools like "Astor"
7) Then declare on the Tango database the (via Jive) the python server (neuralnet, hunveyor, etc.) you want to run and run it.