Jenkins 学习
2023-10-24 本文已影响0人
邦_
中文网址
https://www.jenkins.io/zh/
![](https://img.haomeiwen.com/i5047437/3a40adb447e9c124.png)
安装完成之后控制台输出
To enable PHP in Apache add the following to httpd.conf and restart Apache:
LoadModule php_module /usr/local/opt/php/lib/httpd/modules/libphp.so
<FilesMatch \.php$>
SetHandler application/x-httpd-php
</FilesMatch>
Finally, check DirectoryIndex includes index.php
DirectoryIndex index.php index.html
The php.ini and php-fpm.ini file can be found in:
/usr/local/etc/php/8.2/
To start php now and restart at login:
brew services start php
Or, if you don't want/need a background service you can just run:
/usr/local/opt/php/sbin/php-fpm --nodaemonize
==> rabbitmq
Management Plugin enabled by default at http://localhost:15672
To start rabbitmq now and restart at login:
brew services start rabbitmq
Or, if you don't want/need a background service you can just run:
CONF_ENV_FILE="/usr/local/etc/rabbitmq/rabbitmq-env.conf" /usr/local/opt/rabbitmq/sbin/rabbitmq-server
通过 homebrew安装的jenkins 在
/usr/local/Cellar/jenkins-lts
工作空间在
cd ~/.jenkins/workspace
jenkins图标收集
![](https://img.haomeiwen.com/i5047437/1f7e12f48b56e991.png)
![](https://img.haomeiwen.com/i5047437/dba1231b6bfcdde0.png)