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
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Marko Mecina
CCS
Commits
a3c0af00
Commit
a3c0af00
authored
3 years ago
by
Marko Mecina
Browse files
Options
Downloads
Patches
Plain Diff
update README
parent
a57bf61e
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README
+12
-5
12 additions, 5 deletions
README
with
12 additions
and
5 deletions
README
+
12
−
5
View file @
a3c0af00
...
@@ -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 '
eg
se'@'localhost' IDENTIFIED BY '
xrayvision
';
mysql> CREATE USER '
u
se
r
'@'localhost' IDENTIFIED BY '
password
';
mysql> GRANT ALL PRIVILEGES ON * . * TO '
eg
se'@'localhost';
mysql> GRANT ALL PRIVILEGES ON * . * TO '
u
se
r
'@'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 (t
his can be done be running
'make install-python-env' in the CCS base directory)
4) install python modules (t
o 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
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