问题
I have PHP on running on an AS400. Can Git be also be installed on an AS400? I'd like to use it to maintain version control.
回答1:
The YiPs site has instructions on how to get it running in PASE. You can find it here:
http://youngiprofessionals.com/wiki/index.php/PASE/OpenSourceBinaries
Scroll to the middle of the page or search the page for "Git".
UPDATE
I've since written this article describing how to install Git on IBM i.
回答2:
A friend of mine wrote an unpublished article on installing Git on IBM i. I need to encourage him to publish it.
回答3:
I'm running git on my IBM i since over a year now. As Alan Seiden responded earlier, I've done an article about setting it up. I got it finished finally:
http://www.youngiprofessionals.com/wiki/index.php/PASE/Git
回答4:
To the best of my knowledge, there is currently not a package that can be directly installed on the server.
However, it may be possible if you are willing to put in the work to get it to run in PASE (which is the unix equivalent in iOS/5).
回答5:
You will need an AIX version to run in PASE (qsh). I do not believe this to be an officially supported platform for git (somehow those who REALLY like git, do not happen to work with IBM system with an entrance fee).
回答6:
What are you looking to do change control on with git?
Just the PHP source ... or native code as well?
I know that Subversion has been ported to IBM i quite successfully.
For native code, however, I wouldn't suggest an IFS based source control system ... you want to go with a system that's designed to handle native source & objects.
来源:https://stackoverflow.com/questions/3256884/does-git-gets-installed-in-ibm-as400