user credentials are wrongurl to server is wronguser does not have access to the deployment repositoryuser does not have access to the specific reposi...
分类:
其他好文 时间:
2015-07-31 12:32:39
阅读次数:
113
Capistrano 2 首次部署流程修改 config/deploy.rb 和 config/deploy/production.rbbundle exec cap production deploy:setupbundle exec cap production deploy:checkbund...
用netstat –na?? 查看,发现绑定到127.0.0.1上:? tcp??????? 0????? 0 127.0.0.1:8080 修改jboss-5/server/default/deploy/jbossweb.sar/server.xml,? 将${jboss.bind.address}修改为0.0.0.0...
分类:
其他好文 时间:
2015-07-29 16:05:13
阅读次数:
170
maven 上传jar需要在某一个项目下,执行一下命令:mvn deploy:deploy-file -DgroupId=com.need.http -DartifactId=need-http -Dversion=0.1.0 -Dpackaging=jar -Dfile=/Users/shenyb/Downloads/http.jar Downloads -DrepositoryId=maven...
分类:
编程语言 时间:
2015-07-29 06:28:05
阅读次数:
135
一般我们给项目添加jar包的时候是这样的:Build path->Add libraries (之后可以选择多种添加方法),但是添加完成后,发现还是找不到类.
解决方法(环境:MyEclipse):
右键项目->properties->搜deploy,出现deployment assembly->Add->Java Build path entries->选择你要添加的库即可....
分类:
系统相关 时间:
2015-07-29 00:59:25
阅读次数:
160
转自 http://document.thinkphp.cn/manual_3_2.html#module_deploy如果不希望用户直接访问某个模块,可以设置模块映射(对后台的保护会比较实用)。'URL_MODULE_MAP' => array('test'=>'admin'),注意:设置了模块映...
分类:
Web程序 时间:
2015-07-28 20:26:34
阅读次数:
155
有时时候下载了jar包,但发现maven库里没有,可以将jar包上传到本地私服和本地maven库:1、上传到本地私服mvn deploy:deploy-file -Dfile=D:\GETUI_SERVER_SDK\资源文件\gexin-rp-sdk-base-4.0.0.1.jar -Dgroup...
分类:
编程语言 时间:
2015-07-24 09:16:51
阅读次数:
461
http://alcatraz.io安装方法:curl-fsSLhttps://raw.githubusercontent.com/supermarin/Alcatraz/deploy/Scripts/install.sh|sh删除方法:rm-rf~/Library/Application\Support/Developer/Shared/Xcode/Plug-ins/Alcatraz.xcplugin清除缓存数据:rm-rf~/Library/Application\Sup..
分类:
其他好文 时间:
2015-07-22 16:31:46
阅读次数:
106
OS: Ubuntu 14.041. Install dependencies and hurricane on the nodes of cluster.Dependencies:1 $ sudo apt-get install binutils libaio1 libboost-system1....
分类:
其他好文 时间:
2015-07-21 23:37:29
阅读次数:
268
Use simple ssh and shell scripts to deploy, upgrade, rollback and reconfigure linux servers.https://github.com/Panblack/ezdplImportant!Warning: This p...
分类:
其他好文 时间:
2015-07-21 06:44:09
阅读次数:
122