For Crafter > Java, Git
use root:
sudo -i
# switch back with 'su - vagrant' when neededGet latest version of Java:
yum -y install javaTo install latest version of git
Install WANDisco repo package:
yum -y install http://opensource.wandisco.com/centos/6/git/x86_64/wandisco-git-release-6-1.noarch.rpm
# - or -
yum -y install http://opensource.wandisco.com/centos/7/git/x86_64/wandisco-git-release-7-1.noarch.rpm
# - or -
yum -y install http://opensource.wandisco.com/centos/7/git/x86_64/wandisco-git-release-7-2.noarch.rpmThen install latest verison of git:
yum -y install gitInstall lsof:
yum -y install lsofIf you need to create additional sudo users see this DO post
# switch user
su - vagrantDownload CrafterCMS authoring or delivery bundle
wget https://s3.amazonaws.com/downloads.craftercms.org/3.0.10/crafter-cms-authoring.tar.gz
# unzip it
tar -xzf crafter-cms-authoring.tar.gz
# move into the bin dir
cd crafter/bin/
# run the startup
bash startup.sh