Git Product home page Git Product logo

golang-semaphore's Introduction

semaphore

01编译

下载代码

git clone https://github.com/ansible-semaphore/semaphore.git

编译: 使用task工具: https://taskfile.dev/#/installation

task all

在semaphore/bin 目录生成 semaphore 二进制文件

  • 出现问题 编译过程中报错,可以把test这个task先干掉

02setup

搭建数据库:

docker run -d --name=mysql -p 127.0.0.1:3306:3306 -e MYSQL_ROOT_PASSWORD=my-secret-pw mysql:5.6

./semaphore setup
You are all setup admin!
 Re-launch this program pointing to the configuration file

./semaphore --config /root/install/compile-semapgore/semaphore/bin/config.json

 To run as daemon:

nohup ./semaphore --config /root/install/compile-semapgore/semaphore/bin/config.json &

 You can login with [email protected] or admin.

使用

登录 IP:3000 ,使用 admin/admin登录系统即可

golang-semaphore's People

Contributors

latermonk avatar

Watchers

 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.