Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
jino pl
riosisadmin
Commits
f9bd2cf7
Commit
f9bd2cf7
authored
5 years ago
by
Akhil
🦇
Browse files
Options
Download
Email Patches
Plain Diff
added composer to centos
parent
65761e57
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
installer.sh
installer.sh
+4
-0
No files found.
installer.sh
View file @
f9bd2cf7
...
...
@@ -70,6 +70,10 @@ cent(){
echo
-e
"
\n
php 7.3 installation completed.."
echo
-e
"
\n
php version:
$(
php
-v
)
"
sleep
1
#installing composer
curl
-sS
https://getcomposer.org/installer | php
mv
composer.phar /usr/local/bin/composer
chmod
+x /usr/local/bin/composer
#installing mysql
echo
" "
yum localinstall https://dev.mysql.com/get/mysql57-community-release-el7-9.noarch.rpm
-y
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment