# EntryEngineLinux **Repository Path**: yamiwamiyu/entry-engine-linux ## Basic Information - **Project Name**: EntryEngineLinux - **Description**: 入口引擎服务端在 Linux 系统上的部署 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-07-02 - **Last Updated**: 2024-07-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 基于 Linux 和 Docker 的发布你的服务 ## 装机 当获得一台全新的基于 Linux 系统的云服务器时(下面以 CentOS 为例),一般都需要安装 Docker 和其它常用服务如 MySQL,并启动 MySQL 等容器。 以下命令将让你快速安装好你的服务器 ### 入口引擎服务端 * 安装和配置 Docker * 启动 Docker * Docker 拉取 MySQL * Docker 拉取 dotnet8.0 运行时 * Docker 拉取 node * 拉取 gitee 的运维工具 * 启动 MySQL 服务 * 启动运维工具 ``` curl -O https://gitee.com/yamiwamiyu/entry-engine-server/raw/master/装机入口引擎.sh chmod +x 装机入口引擎.sh ./装机入口引擎.sh ``` docker build https://gitee.com/yamiwamiyu/entry-engine-server/raw/master/运维工具/发布/Dockerfile-运维工具Server sudo git clone svn+ssh://gitee.com/yamiwamiyu/entry-engine-server/运维工具/发布 /opt/ee-launcher