Skip to content
Snippets Groups Projects
Commit a3c0af00 authored by Marko Mecina's avatar Marko Mecina
Browse files

update README

parent a57bf61e
Branches
No related tags found
No related merge requests found
...@@ -13,16 +13,17 @@ manjaro-xfce-21.0.5 linux5.10 ...@@ -13,16 +13,17 @@ manjaro-xfce-21.0.5 linux5.10
$> sudo mariadb-install-db --user=mysql --basedir=/usr --datadir=/var/lib/mysql $> sudo mariadb-install-db --user=mysql --basedir=/usr --datadir=/var/lib/mysql
$> sudo systemctl enable --now mariadb $> sudo systemctl enable --now mariadb
$> sudo mariadb-secure-installation $> sudo mariadb-secure-installation
mysql> CREATE USER 'egse'@'localhost' IDENTIFIED BY 'xrayvision'; mysql> CREATE USER 'user'@'localhost' IDENTIFIED BY 'password';
mysql> GRANT ALL PRIVILEGES ON * . * TO 'egse'@'localhost'; mysql> GRANT ALL PRIVILEGES ON * . * TO 'user'@'localhost';
mysql> FLUSH PRIVILEGES; mysql> FLUSH PRIVILEGES;
3) install packages/devtools 3) install packages/devtools
- gtksourceview3 [<=3.24.11-1] - gtksourceview3 [<=3.24.11-1]
- ipython [<=7.31] - ipython [<=7.31]
- python-pip
- make - make
4) install python modules (this can be done be running 'make install-python-env' in the CCS base directory) 4) install python modules (to install the modules with pip in ~/.local, you can run 'make install-python-env' in the CCS base directory)
- python-numpy - python-numpy
- python-scipy - python-scipy
- python-matplotlib - python-matplotlib
...@@ -37,11 +38,17 @@ manjaro-xfce-21.0.5 linux5.10 ...@@ -37,11 +38,17 @@ manjaro-xfce-21.0.5 linux5.10
- python-psutil - python-psutil
# Installation # Installation
In the CCS base directory, make DB schemas and Python packages In the CCS base directory, execute
- first configure egse.cfg! - first configure egse.cfg!
$> make install-confignator $> make install-confignator
$> make ccs-storage $> make ccs-storage
$> make codeblockreusefeature $> make codeblockreusefeature
$> make install-testlib
# MIB
Use CCS/Ccs/tools/import_mib.py to import a set of SCOS2000 MIB files into a MySQL DB schema
# CCS & TST
start_ccs: starts the CCS
start_tst: starts the TST
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment