Commit 4de38289 authored by CJL's avatar CJL
Browse files

can start automatically

parent 01b7c912
No related merge requests found
Showing with 10 additions and 8 deletions
+10 -8
......@@ -5,11 +5,5 @@ echo -e "\x1b[32m[+] Successfully installed required packages\x1b[0m"
cd compose && docker-compose up -d && cd ..
echo -e "\x1b[32m[+] Successfully launched docker containers gf-mysql and gf-grafana\x1b[0m"
cd src/ollamanet && make run && cd ../..
echo -e "\x1b[32m[+] Successfully launched ollamanet\x1b[0m"
cd src/top
nohup python main.py > /dev/null 2>&1 &
cd ../..
echo -e "\x1b[32m[+] Successfully launched top\x1b[0m"
\ No newline at end of file
echo -e "\x1b[32m[+] grafana is now available at http://127.0.0.1:3000 \x1b[0m"
echo -e "\x1b[32m[+] default username: admin, password: admin \x1b[0m"
\ No newline at end of file
cd src/ollamanet && make run && cd ../..
echo -e "\x1b[32m[+] Successfully launched ollamanet\x1b[0m"
cd src/top
nohup python main.py > log/top.log 2>&1 &
cd ../..
echo -e "\x1b[32m[+] Successfully launched top\x1b[0m"
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment