1、下载&安装
1.1 下载crucible-fisheye
由于fisheys在crucible中集成,所以只要下载crucible即可
下载地址:
http://hotfile.com/get/87777824/4d1aad87/ff37e20/Atlassian.Crucible.and.FishEye.v2.4.3.Incl.Keygen.and.Patch-iNViSiBLE.th3scene.com.rar
(解压过程详见:解压hotfile下载下来大文件方法(for Atlassian))
$tarbag=/usr/local/src/tarbag/
$software=/usr/local/src/software/
将解压出来的文件crucible-2.4.3.zip和iNViSiBLE文件夹
上传至$tarbag/atlassian/fecru
(个人习惯,可根据个人习惯修改,另注:fecru=fisheys-crucible)
1.2 安装crucible-fisheye
1.2.1 在服务器上安装
将crucible-2.4.3.zip解压到$software
# unzip crucible-2.4.3.zip -d /usr/local/src/software/
# cd /usr/local/src/software/
# mkdir /www/atlassian/fecru
# cp -rp fecru-2.4.3/ /www/atlassian/fecru/2.4.3
$install_fecru=/www/atlassian/fecru/2.4.3
进入$install_fecru/lib下,将需要打补丁的文件atlassian-extras-2.5.jar下载到本地
# cd /www/atlassian/fisheye-crucible/2.4.3/lib
# sz atlassian-extras-2.5.jar
将打好补丁的atlassian-extras-2.5.jar上传回服务器(打补丁及破解方法见第2节)
我一般习惯将文件上传到$tarbag/atlassian/fecru下(方便管理)
启动crucible-fisheye
# /www/atlassian/fecru/2.4.3/bin/run.sh
1.2.2 在web页面配置
接下来就开启浏览器
输入:http://IP:8060
2、fisheye和crucible 2.4.3破解
2.1 下载破解补丁及keygen
(简单方法,只需复制文件覆盖即可)
crucible-2.4.3破解文件和破解程序
2.2 破解细节
参考:iNViSiBLE破解&补丁程序使用教程
在windows下解压
Atlassian.Crucible.and.FishEye.v2.4.3.Incl.Keygen.and.Patch-iNViSiBLE.th3scene.com.rar
(解压过程详见:解压hotfile下载下来大文件方法(for Atlassian))
1 点击破解窗口下部的"patch"并对atlassian-extras-2.5.jar进行打补丁(第1节中下载到本地的文件)。
2 通过http://localhost:8060登陆并通过点击 "获取试用版"直接链接到官方网站,记下本机的Server ID
3 再次运行crucible的破解程序 crucible_keygen.jar,填入名称等相关信息,并填入SID(即刚刚记下的Server ID),点击gen按钮就会生成本机对应的key
4 重新登陆http://localhost:8060,这次选择 "直接输入注册码"选项,点击下一步即可破解crucible。
5 点击下一步继续进行配置相关选项,这个时候会弹出是不是同时启动fisheye,选择启动,这个时候会要求输入fisheye的验证码
6 运行破解文件中的fisheye破解程序 fisheys_keygen.jar(同第3步),将得到的验证码输入license框。
输入SID等相关信息点击gen即可获得验证码,复制并拷贝到页面即可全部破解成功。
以下是参考国外网站的用法,有兴趣的可以看下
Unpack, Install
Use our keygen-patch in /iNViSiBLE dir:
java -jar crucible_keygen.jar
or use crucible_keygen.bat/crucible_keygen.sh
* Make sure Crucible & FishEye is NOT running
prior to patching! *
Patch the following file:
installdir\lib\atlassian-extras-2.5.jar
Launch Crucible & FishEye to get your Server ID
Enter Server ID and other license details to
generate a license
To generate a license for FishEye, launch
java -jar fisheye_keygen.jar
or use fisheye_keygen.bat/fisheye_keygen.sh
Enjoy!
If you like this app, BUY iT!
3、fisheye和crucible与mysql连接
如果不设置,默认是用crucible自带的数据库hsql
3.1 建库,建用户
mysql> Create database fecru character set UTF8;
mysql> Grant all on fecru.* to fecru@"%" identified by "fecru";
mysql> Grant all on fecru.* to fecru@"localhost" identified by "fecru";
3.2 在web管理界面配置
点击Database
按照以上内容填写,即可完成数据库建立
建库的时候要特别注意数据库的collation,一定要选择utf8-bin,否则数据库连接会报错。
4、Fecru自启动脚本
(详见:Fecru自启动脚本)