🇨🇳 简体中文 | 🇺🇸/🇬🇧 English |
🎓 The workspace for my personal project kernel master (now it just a graduation project)
🙏 Thank the user Jami for providing the system architecture ideas.
🙏 Thank the user SakaDream for providing coding ideas on the project actix-web-rest-api-with-jwt.
Subsystem link to watchman service
Called by POST to watchman/api/subsystem_call/{subsystem_name}/{operate} from watchman
This subsystem is divided into two parts: the worker and the commander.
🐳 Dockerfile is used to build an Ubuntu container, with some built-in static dependencies and variables for static compilation, and can be compiled with build/build_all_ws.sh if necessary.
U can build project by using (target: x86_64-unknown-linux-gnu):
docker-compose --profile build upAnd launch it by using:
# Before execute, Make your message queue and database ready
# Don't forget to change config file
docker-compose --profile run up -d