Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
CCS
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Marko Mecina
CCS
Commits
ed91f8ad
Commit
ed91f8ad
authored
May 5, 2022
by
Marko Mecina
Browse files
Options
Downloads
Patches
Plain Diff
update README
parent
050ba8a2
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README
+13
-10
13 additions, 10 deletions
README
with
13 additions
and
10 deletions
README
+
13
−
10
View file @
ed91f8ad
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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment