Open GoogleCodeExporter opened 8 years ago
我把自己上传的源代码帖出来吧,这样简单点:
cd ~/desktop/snova/; heroku login; heroku plugins:install
https://github.com/heroku/heroku-deploy; appname=`heroku apps:create | grep
'herokuapp.com' | cut -d '.' -f 1-1 | sed -e 's/http:\\/\\///'`; heroku
deploy:war --war ./snova-c4-server-0.20.0.war --app $appname; echo
$appname'.herokuapp.com'
先把war放在snova目录下再操作。目录改名为snova。
Original comment by songyiqu...@gmail.com
on 6 Feb 2013 at 3:09
Original issue reported on code.google.com by
sunguox...@gmail.com
on 6 Feb 2013 at 11:24