buildbot windows環境下的搭建

2021-09-30 18:23:37 字數 797 閱讀 7822

master:

1. python -m venv sandbox(我使用的是python3.67,試過python2.7,系統推薦用python3於是乎就轉python3,python3.6自帶虛擬環境)

2.cd到sandbox下的scripts目錄先,activate虛擬環境

3.pip install buildbot

4.pip install pywin32

5.pip install buildbot-www

6.pip install buildbot-grid-view

7.pip install buildbot-console-view

8.pip install buildbot-wate***ll-view

從5到8 這幾步在buildbot的官方引導中沒有提及,不過不安裝的話,會報錯。

9.buildbot create-master master

10.copy master\master.cfg.sample master\master.cfg 

11.buildbot start master

worker:

1. python -m venv sandbox

2.cd到sandbox下的scripts目錄先,activate虛擬環境

3.pip install buidbot-worker

4.pip install pywin32

5.buildbot-worker create-worker workera  【master的位址+埠】 workera passwd

windows下apache php環境搭建

3 php5.5.6配置 b.在系統環境變數path中新增 d php d php ext,重啟後生效 4 apache2.4配置 b.修改d apache24 conf httpd.conf.把serverroot這行修改為 serverroot d apache24 雙引號之間的就是你的apac...

mac下clion glfw glad環境搭建

clion cmake make make install然後會看到glfw安裝到了 usr local lib 95 built target monitors 98 built target events 100 built target icon install the project.ins...

windows系統下Python環境的搭建

python 2.7 python 3.5 python 3.5 64位 3 為計算機新增安裝目錄搭到環境變數,把python的安裝目錄新增到path環境變數中即可。更改path環境變數值,新增c python27 c python27 scripts echo off echo 新增使用者變數 i...