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
c0ff785f
Commit
c0ff785f
authored
Jul 01, 2018
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add update proc in build script
parent
566a9ada
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
0 deletions
+5
-0
docs/install_centos_6.sh
docs/install_centos_6.sh
+1
-0
docs/install_centos_7.sh
docs/install_centos_7.sh
+1
-0
docs/install_ubnutu_14.sh
docs/install_ubnutu_14.sh
+1
-0
docs/install_ubnutu_16.sh
docs/install_ubnutu_16.sh
+1
-0
docs/install_ubnutu_18.sh
docs/install_ubnutu_18.sh
+1
-0
No files found.
docs/install_centos_6.sh
View file @
c0ff785f
...
...
@@ -8,6 +8,7 @@ sudo -E yum install epel-release yum-utils -y
sudo
-E
rpm
--import
"http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF"
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 -
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
npm
install
pm2
-g
...
...
docs/install_centos_7.sh
View file @
c0ff785f
...
...
@@ -8,6 +8,7 @@ sudo -E yum install epel-release yum-utils -y
sudo
-E
rpm
--import
"http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF"
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 -
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
npm
install
pm2
-g
...
...
docs/install_ubnutu_14.sh
View file @
c0ff785f
...
...
@@ -6,6 +6,7 @@ sudo -E apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0
sudo
apt-get
install
-y
apt-transport-https
echo
"deb http://download.mono-project.com/repo/ubuntu stable-trusty main"
|
sudo
-E
tee
/etc/apt/sources.list.d/mono-official-stable.list
curl
-sL
https://deb.nodesource.com/setup_10.x |
sudo
-E
bash -
sudo
-E
apt-get upgrade
-y
sudo
-E
apt-get
install
-y
curl git build-essential libreadline-dev libsqlite3-dev mono-complete nodejs
sudo
-E
npm
install
pm2
-g
...
...
docs/install_ubnutu_16.sh
View file @
c0ff785f
...
...
@@ -6,6 +6,7 @@ sudo -E apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0
sudo
apt-get
install
-y
apt-transport-https
echo
"deb http://download.mono-project.com/repo/ubuntu stable-xenial main"
|
sudo
-E
tee
/etc/apt/sources.list.d/mono-official-stable.list
curl
-sL
https://deb.nodesource.com/setup_10.x |
sudo
-E
bash -
sudo
-E
apt-get upgrade
-y
sudo
-E
apt-get
install
-y
curl git build-essential libreadline-dev libsqlite3-dev mono-complete nodejs
sudo
-E
npm
install
pm2
-g
...
...
docs/install_ubnutu_18.sh
View file @
c0ff785f
...
...
@@ -5,6 +5,7 @@
sudo
-E
apt-key adv
--keyserver
hkp://keyserver.ubuntu.com:80
--recv-keys
3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
echo
"deb http://download.mono-project.com/repo/ubuntu stable-bionic main"
|
sudo
-E
tee
/etc/apt/sources.list.d/mono-official-stable.list
curl
-sL
https://deb.nodesource.com/setup_10.x |
sudo
-E
bash -
sudo
-E
apt-get upgrade
-y
sudo
-E
apt-get
install
-y
curl git build-essential libreadline-dev libsqlite3-dev mono-complete nodejs
sudo
-E
npm
install
pm2
-g
...
...
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