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

update README

parent 050ba8a2
No related branches found
No related tags found
No related merge requests found
This file documents the required steps to get the SMILE SXI EGSE up and running on a freshly installed Manjaro Linux system. This file documents the required steps to get the SMILE SXI EGSE up and running on a freshly installed (Arch) Linux system.
manjaro-xfce-21.0.5 linux5.10 manjaro-xfce-21.0.5 linux5.10
1) install MySQL/MariaDB and set it up # Prerequisites
1) get EGSE repository
$> git clone gitlab.phaidra.org/mecinam2/CCS.git
2) install MySQL/MariaDB and set it up
- mariadb - mariadb
- mysql-workbench (optional) - mysql-workbench (optional)
...@@ -13,12 +17,12 @@ manjaro-xfce-21.0.5 linux5.10 ...@@ -13,12 +17,12 @@ manjaro-xfce-21.0.5 linux5.10
mysql> GRANT ALL PRIVILEGES ON * . * TO 'egse'@'localhost'; mysql> GRANT ALL PRIVILEGES ON * . * TO 'egse'@'localhost';
mysql> FLUSH PRIVILEGES; mysql> FLUSH PRIVILEGES;
2) install packages/devtools 3) install packages/devtools
- gtksourceview3 [<=3.24.11-1] - gtksourceview3 [<=3.24.11-1]
- ipython [<=7.31] - ipython [<=7.31]
- make - make
3) install python modules 4) install python modules (this can be done be running 'make install-python-env' in the CCS base directory)
- python-numpy - python-numpy
- python-scipy - python-scipy
- python-matplotlib - python-matplotlib
...@@ -32,13 +36,12 @@ manjaro-xfce-21.0.5 linux5.10 ...@@ -32,13 +36,12 @@ manjaro-xfce-21.0.5 linux5.10
- python-crcmod - python-crcmod
- python-psutil - python-psutil
4) get EGSE repository # Installation
$> git clone gitlab.phaidra.org/mecinam2/CCS.git In the CCS base directory, make DB schemas and Python packages
5) In CCS directory, make DB schemas and Python packages - first configure egse.cfg!
- first configure egse.cfg
$> make install-confignator
$> make ccs-storage $> make ccs-storage
$> make codeblockreusefeature $> make codeblockreusefeature
$> make install-confignator
$> make install-testlib $> make install-testlib
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment