-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrading/installing git 2 #108
Comments
Proper operation of pm2 deploy requires git 2+. Centos 6/7 comes with git 1.8, which works but not completely flawless (it isn't always able to git pull latest).. |
Going to enforcing this when PM2 is enabled. |
Time to revisit I think.. |
* grtjn/master: grtjn#126: moved over to opt/mlvagrant Fixes grtjn#123, grtjn#125, grtjn#126: moved to opt/mlvagrant, added yum cache updates, added missing libs Fixed grtjn#122: added support for ML9 Converters installer Fixed grtjn#121: upgraded to NodeJS LTS v8 reset clock if time varies by more than 1 second to prevent clockskew errors Improved README Improved README Fixed grtjn#117: used doctoc to automate TOC Fixed grtjn#115: published new baseboxes, updated docs Typo in Vagrantfile Updated CHANGELOG for release 1.0.5 Updated README and properties to reflect recent changes + a few typos Fixed grtjn#108/grtjn#114: install git v2 when installing pm2, fix init for centos 7 Fixed grtjn#100: install of latest node now default Fixed grtjn#53: installer wizard for ml and mlcp rpms Fixed grtjn#112: reloading of MarkLogic and MLCP # Conflicts: # opt/mlvagrant/install-ml-centos.sh # opt/vagrant/bootstrap-centos-master.sh # project/Vagrantfile
Daniel H used this:
Gave him v2.18 |
This works too, almost the same:
|
i added an os switch around it to be safer, but otherwise both above methods are working from the looks of it.. |
The text was updated successfully, but these errors were encountered: