Coder Social home page Coder Social logo

panp1 / sparrow Goto Github PK

View Code? Open in Web Editor NEW

This project forked from wgrape/sparrow

0.0 0.0 0.0 306 KB

强烈推荐🔥🔥🔥 🦜麻雀虽小五脏俱全🦜 🏄🏻‍♂️ 享受环境一切顺利的快乐🏄🏻‍♂️ 🌍所有环境统一规范管理🌍📦超强环境打包管理器📦🔨 一键快速启动多个服务环境的容器化编排工具 🔨 / A Docker tool for one-click startup of multiple services.

License: MIT License

Shell 49.83% PHP 28.86% Go 0.42% Dockerfile 20.89%

sparrow's Introduction

img

English / 中文

Quick Start / Documents / Videos

What is sparrow and why should we use sparrow?

A Docker tool for one-click startup of multiple services.

GitHub release (latest by date)

1. Support services

Add a new service, please click here.

image

2. Quick start

Here is a quick usage example. You can check Usage Document for detailed tutorials.

demo.mp4

(1) Installation

You can use the following commands to install.

# get project
git clone https://github.com/WGrape/sparrow.git
cd sparrow

# install
bash _install.sh

After successful installation, a .env file will be automatically generated in the project's root directory, it's the config entry for Sparrow, you can modify service versions, container namespace, and more. Refer to the .env.template file.

1、If you encounter some syntax errors while using the ./sparrow xxx command, please try to run with bash bash ./sparrow xxx command.

2、When install, you will be prompted to enter DOCKERHUB_REPO, which is used to configure the remote repository for your Sparrow images. It's default value is docker.io/lvsid, if you need to modify it later, you can directly edit the .env file.

3、If you need help, check the Q&A Document for more help.

(2) Start

Use the following command to start all services in the entire environment. Of course, this all services can be defined and is controlled by the ENABLE_SERVICE_LIST array variable configured in the /.env file in the root directory.

./sparrow start

If you only need to start a specific service, you can use the following command. The service passed in is the name of a service in the services list in the docker-compose.yml configuration file, such as phpfpm/nginx/mysql/redis, etc.

./sparrow startone {service_name}

(3) Stop

Stop all services in the entire environment

./sparrow stop

The same, if you only need to stop a specific service, you can use the following command.

./sparrow stopone {service_name}

(4) Restart

Restart all services in the entire environment

./sparrow restart

(5) Update a Service

When a service needs to be updated, such as when its image content needs to be modified, the service (image) needs to be updated after making the modifications. After modifying it manually, use the following command to update it.

./sparrow updateone {service_name}

3. More documents

4. Contributions

During the use of the project, if you have any questions or suggestions, please submit issues or pull requests any time. About Contribution,please check How to Contribute document.

5. License

MIT, Copyright (c) 2013-present, Wgrape

sparrow's People

Contributors

wgrape avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.