# ssadmin **Repository Path**: TheSayOY/ssadmin ## Basic Information - **Project Name**: ssadmin - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2023-11-08 - **Last Updated**: 2023-12-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ssadmin ## usage 1. `git clone` to download the source code, and `cd` 2. `make run` to start the service using docker - docker must be available. - port 3306, 8081, 80 and 6379 must be available. - if failed in build stage for network problem, just try again. 3. access the ip of your machine in browser to view the website. ## design see `./1.md` ## misc remove bt and restart firewall ``` wget http://download.bt.cn/install/bt-uninstall.sh sh bt-uninstall.sh systemctl status firewalld.servic systemctl stop firewalld.service ```