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

Ci jenkins #34

Open
wants to merge 11 commits into
base: ci-jenkins
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion vagrant/Automated_provisioning_MacOSM1/memcache.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
mv /etc/yum.repos.d/fedora-updates.repo /tmp/
mv /etc/yum.repos.d/fedora-updates-modular.repo /tmp/
yum clean all
yum update
#yum update
sudo yum install epel-release -y
sudo yum install memcached -y
sudo systemctl start memcached
Expand Down
2 changes: 1 addition & 1 deletion vagrant/Automated_provisioning_MacOSM1/mysql.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
sudo mv /etc/yum.repos.d/fedora-updates.repo /tmp/
sudo mv /etc/yum.repos.d/fedora-updates-modular.repo /tmp/
sudo yum clean all
sudo yum update -y
#sudo yum update -y
DATABASE_PASS='admin123'
#sudo yum install epel-release -y
sudo yum install git zip unzip -y
Expand Down
2 changes: 1 addition & 1 deletion vagrant/Automated_provisioning_MacOSM1/rabbitmq.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
sudo mv /etc/yum.repos.d/fedora-updates.repo /tmp/
sudo mv /etc/yum.repos.d/fedora-updates-modular.repo /tmp/
sudo yum clean all
sudo yum update -y
#sudo yum update -y
echo "SElinux changes."
sed -i 's/SELINUX=enforcing/SELINUX=disabled/' /etc/selinux/config
setenforce 0
Expand Down
Binary file not shown.
Binary file not shown.