# zservices **Repository Path**: notfresh/zservices ## Basic Information - **Project Name**: zservices - **Description**: start services using one command by running scripts 一行代码安装各种服务,比如mysql, docker, java 等等 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-07-03 - **Last Updated**: 2025-11-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 介绍 这个仓库可以一行命令安装很多软件,包括docker, java, go等等。 具体的方法是把安装过程写成shell脚本。 好处是可以记录软件的版本等等。 # 支持列表 - docker - nginx - java - go - nexus - redis - mysql on docker - node.js # 使用 一般来说,如果你要启动某个软件,只需要运行对应的脚本即可。 如果需要立马可以使用一个服务,而不是重启shell,使用 source 命令而非 bash 命令。 例如: ``` source go.dev.sh ```