2012-06-17 64 views

回答

2

創建Python應用:

rhc app create -a webpy -t python-2.7 

添加此上游webpy回購

cd webpy 
git remote add upstream -m master https://github.com/openshift/webpy-example.git 
git pull -s recursive -X theirs upstream master 

然後向前推回購上游

git push 

See here more

+0

如果你不關心MySQL,這應該適用於webpy – TheSteve0