转自 http://tonyty163.blog.51cto.com/721698/467788
由于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)
将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
接下来就开启浏览器
输入:http://IP:8060
(简单方法,只需复制文件覆盖即可)
crucible-2.4.3破解文件和破解程序
参考: 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!
如果不设置,默认是用crucible 自带的数据库 hsql
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
按照以上内容填写,即可完成数据库建立
通过ALTER DATABASE fecru CHARSET utf8 COLLATE utf8_bin 来完成修改。
(详见: Fecru自启动脚本 )