Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
educg-net-22023-2210132
proj275 - eBPF for AI_ML-609
Commits
4de38289
Commit
4de38289
authored
9 months ago
by
CJL
Browse files
Options
Download
Patches
Plain Diff
can start automatically
parent
01b7c912
master
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
grafana/launch.sh
+2
-8
grafana/launch.sh
grafana/service.sh
+8
-0
grafana/service.sh
with
10 additions
and
8 deletions
+10
-8
grafana/launch.sh
+
2
−
8
View file @
4de38289
...
...
@@ -5,11 +5,5 @@ echo -e "\x1b[32m[+] Successfully installed required packages\x1b[0m"
cd
compose
&&
docker-compose up
-d
&&
cd
..
echo
-e
"
\x
1b[32m[+] Successfully launched docker containers gf-mysql and gf-grafana
\x
1b[0m"
cd
src/ollamanet
&&
make run
&&
cd
../..
echo
-e
"
\x
1b[32m[+] Successfully launched ollamanet
\x
1b[0m"
cd
src/top
nohup
python main.py
>
/dev/null 2>&1 &
cd
../..
echo
-e
"
\x
1b[32m[+] Successfully launched top
\x
1b[0m"
\ No newline at end of file
echo
-e
"
\x
1b[32m[+] grafana is now available at http://127.0.0.1:3000
\x
1b[0m"
echo
-e
"
\x
1b[32m[+] default username: admin, password: admin
\x
1b[0m"
\ No newline at end of file
This diff is collapsed.
Click to expand it.
grafana/service.sh
0 → 100755
+
8
−
0
View file @
4de38289
cd
src/ollamanet
&&
make run
&&
cd
../..
echo
-e
"
\x
1b[32m[+] Successfully launched ollamanet
\x
1b[0m"
cd
src/top
nohup
python main.py
>
log/top.log 2>&1 &
cd
../..
echo
-e
"
\x
1b[32m[+] Successfully launched top
\x
1b[0m"
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
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
Menu
Explore
Projects
Groups
Topics
Snippets