Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
S
srvpro
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nanahira
srvpro
Commits
419955a9
Commit
419955a9
authored
Aug 11, 2018
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
firewalld
parent
4be55e3b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
docs/install_centos_6.sh
docs/install_centos_6.sh
+1
-1
docs/install_centos_7.sh
docs/install_centos_7.sh
+1
-1
No files found.
docs/install_centos_6.sh
View file @
419955a9
...
@@ -7,7 +7,7 @@ sudo -E rpm --import "http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x3FA
...
@@ -7,7 +7,7 @@ sudo -E rpm --import "http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x3FA
curl https://download.mono-project.com/repo/centos6-stable.repo |
sudo
-E
tee
/etc/yum.repos.d/mono-centos6-stable.repo
curl https://download.mono-project.com/repo/centos6-stable.repo |
sudo
-E
tee
/etc/yum.repos.d/mono-centos6-stable.repo
curl
--silent
--location
https://rpm.nodesource.com/setup_10.x |
sudo
-E
bash -
curl
--silent
--location
https://rpm.nodesource.com/setup_10.x |
sudo
-E
bash -
sudo
-E
yum update
-y
sudo
-E
yum update
-y
sudo
-E
yum
install
nodejs git gcc gcc-c++ sqlite-devel readline-devel openssl-devel wget mono-complete
-y
sudo
-E
yum
install
-y
nodejs git gcc gcc-c++ sqlite-devel readline-devel openssl-devel wget mono-complete firewalld
sudo
-E
npm
install
pm2
-g
sudo
-E
npm
install
pm2
-g
sudo
-E
firewall-cmd
--zone
=
public
--permanent
--add-port
=
22/tcp
sudo
-E
firewall-cmd
--zone
=
public
--permanent
--add-port
=
22/tcp
...
...
docs/install_centos_7.sh
View file @
419955a9
...
@@ -7,7 +7,7 @@ sudo -E rpm --import "http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x3FA
...
@@ -7,7 +7,7 @@ sudo -E rpm --import "http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x3FA
curl https://download.mono-project.com/repo/centos7-stable.repo |
sudo
-E
tee
/etc/yum.repos.d/mono-centos7-stable.repo
curl https://download.mono-project.com/repo/centos7-stable.repo |
sudo
-E
tee
/etc/yum.repos.d/mono-centos7-stable.repo
curl
--silent
--location
https://rpm.nodesource.com/setup_10.x |
sudo
-E
bash -
curl
--silent
--location
https://rpm.nodesource.com/setup_10.x |
sudo
-E
bash -
sudo
-E
yum update
-y
sudo
-E
yum update
-y
sudo
-E
yum
install
nodejs git gcc gcc-c++ sqlite-devel readline-devel openssl-devel wget mono-complete
-y
sudo
-E
yum
install
-y
nodejs git gcc gcc-c++ sqlite-devel readline-devel openssl-devel wget mono-complete firewalld
sudo
-E
npm
install
pm2
-g
sudo
-E
npm
install
pm2
-g
sudo
-E
firewall-cmd
--zone
=
public
--permanent
--add-port
=
22/tcp
sudo
-E
firewall-cmd
--zone
=
public
--permanent
--add-port
=
22/tcp
...
...
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