Skip to content
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

Closed
grtjn opened this issue Mar 1, 2017 · 7 comments
Closed

Upgrading/installing git 2 #108

grtjn opened this issue Mar 1, 2017 · 7 comments
Assignees
Milestone

Comments

@grtjn
Copy link
Owner

grtjn commented Mar 1, 2017

sudo rpm -U http://opensource.wandisco.com/centos/7/git/x86_64/wandisco-git-release-7-1.noarch.rpm && sudo yum install -y git
@grtjn
Copy link
Owner Author

grtjn commented Mar 1, 2017

@grtjn
Copy link
Owner Author

grtjn commented Mar 1, 2017

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)..

@grtjn grtjn added this to the 1.0.5 milestone May 12, 2017
@grtjn grtjn modified the milestone: 1.0.5 May 12, 2017
@grtjn grtjn self-assigned this Jun 26, 2017
@grtjn grtjn removed the help wanted label Jun 26, 2017
@grtjn grtjn modified the milestones: 1.0.5, 1.0.6 Jun 26, 2017
@grtjn
Copy link
Owner Author

grtjn commented Jun 26, 2017

Going to enforcing this when PM2 is enabled.

@grtjn grtjn closed this as completed in aa7175c Jun 26, 2017
@grtjn
Copy link
Owner Author

grtjn commented Oct 10, 2018

Time to revisit I think..

@grtjn grtjn reopened this Oct 10, 2018
vladistan added a commit to vladistan/mlvagrant that referenced this issue Jan 22, 2019
* 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
@grtjn
Copy link
Owner Author

grtjn commented Mar 14, 2019

Daniel H used this:

    yum install http://opensource.wandisco.com/centos/7/git/x86_64/wandisco-git-release-7-1.noarch.rpm
    yum install git

Gave him v2.18

@grtjn
Copy link
Owner Author

grtjn commented Mar 25, 2019

This works too, almost the same:

sudo rpm -U http://opensource.wandisco.com/centos/7/git/x86_64/wandisco-git-release-7-1.noarch.rpm && sudo yum install -y git

@grtjn grtjn modified the milestones: 1.0.5, 1.0.6 Jun 28, 2019
@grtjn
Copy link
Owner Author

grtjn commented Jul 1, 2019

i added an os switch around it to be safer, but otherwise both above methods are working from the looks of it..

@grtjn grtjn closed this as completed in 6a838a1 Jul 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant