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
6a222f24
Commit
6a222f24
authored
Jan 26, 2019
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update_doc
parent
b1600a10
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
57 deletions
+7
-57
docs/install_centos_6.sh
docs/install_centos_6.sh
+1
-9
docs/install_centos_7.sh
docs/install_centos_7.sh
+1
-9
docs/install_ubuntu_14.sh
docs/install_ubuntu_14.sh
+2
-15
docs/install_ubuntu_16.sh
docs/install_ubuntu_16.sh
+2
-15
docs/install_ubuntu_18.sh
docs/install_ubuntu_18.sh
+1
-9
No files found.
docs/install_centos_6.sh
View file @
6a222f24
...
...
@@ -6,20 +6,12 @@ sudo yum install epel-release yum-utils curl wget -y
sudo
rpm
--import
"http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF"
curl https://download.mono-project.com/repo/centos6-stable.repo |
sudo tee
/etc/yum.repos.d/mono-centos6-stable.repo
curl
--silent
--location
https://rpm.nodesource.com/setup_10.x |
sudo
bash -
sudo
yum
install
nodejs git gcc gcc-c++ sqlite-devel readline-devel openssl-devel mono-complete
-y
sudo
yum
install
-y
nodejs git gcc gcc-c++ sqlite-devel readline-devel openssl-devel mono-complete redis
sudo
npm
install
pm2
-g
mkdir
lib
cd
lib
wget http://download.redis.io/releases/redis-stable.tar.gz
--no-check-certificate
tar
xzfv redis-stable.tar.gz
cd
redis-stable
make
-j
$PROCESS_COUNT
sudo
make
install
sudo cp
-rf
src/redis-server /usr/bin/
cd
..
wget
-O
- https://github.com/premake/premake-core/releases/download/v5.0.0-alpha13/premake-5.0.0-alpha13-linux.tar.gz |
tar
zfx -
cp
-rf
premake5 ~
...
...
docs/install_centos_7.sh
View file @
6a222f24
...
...
@@ -6,20 +6,12 @@ sudo yum install epel-release yum-utils curl wget -y
sudo
rpm
--import
"http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF"
curl https://download.mono-project.com/repo/centos7-stable.repo |
sudo tee
/etc/yum.repos.d/mono-centos7-stable.repo
curl
--silent
--location
https://rpm.nodesource.com/setup_10.x |
sudo
bash -
sudo
yum
install
nodejs git gcc gcc-c++ sqlite-devel readline-devel openssl-devel mono-complete
-y
sudo
yum
install
-y
nodejs git gcc gcc-c++ sqlite-devel readline-devel openssl-devel mono-complete redis
sudo
npm
install
pm2
-g
mkdir
lib
cd
lib
wget http://download.redis.io/releases/redis-stable.tar.gz
--no-check-certificate
tar
xzfv redis-stable.tar.gz
cd
redis-stable
make
-j
$PROCESS_COUNT
sudo
make
install
sudo cp
-rf
src/redis-server /usr/bin/
cd
..
wget
-O
- https://github.com/premake/premake-core/releases/download/v5.0.0-alpha13/premake-5.0.0-alpha13-linux.tar.gz |
tar
zfx -
cp
-rf
premake5 ~
...
...
docs/install_ubuntu_14.sh
View file @
6a222f24
...
...
@@ -6,26 +6,13 @@ sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328
sudo
apt-get
install
-y
apt-transport-https curl wget
echo
"deb http://download.mono-project.com/repo/ubuntu stable-trusty main"
|
sudo tee
/etc/apt/sources.list.d/mono-official-stable.list
curl
-sL
https://deb.nodesource.com/setup_10.x |
sudo
bash -
sudo
apt-get
install
-y
git build-essential libreadline-dev libsqlite3-dev libevent-dev mono-complete nodejs
sudo
apt-get
install
-y
git build-essential libreadline-dev libsqlite3-dev libevent-dev mono-complete nodejs
redis-server
sudo
npm
install
pm2
-g
mkdir
lib
cd
lib
wget http://download.redis.io/releases/redis-stable.tar.gz
--no-check-certificate
tar
xzfv redis-stable.tar.gz
cd
redis-stable
make
-j
$PROCESS_COUNT
sudo
make
install
sudo cp
-rf
src/redis-server /usr/bin/
cd
..
wget
-O
- https://github.com/premake/premake-core/releases/download/v5.0.0-alpha13/premake-5.0.0-alpha13-linux.tar.gz |
tar
zfx -
cp
-rf
premake5 ~
cd
..
git clone https://github.com/purerosefallen/ygopro
--branch
=
server
--recursive
git clone https://github.com/moecube/ygopro
--branch
=
server
--recursive
cd
ygopro/
git submodule foreach git checkout master
~/premake5 gmake
...
...
docs/install_ubuntu_16.sh
View file @
6a222f24
...
...
@@ -6,26 +6,13 @@ sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328
sudo
apt-get
install
-y
apt-transport-https curl wget
echo
"deb http://download.mono-project.com/repo/ubuntu stable-xenial main"
|
sudo tee
/etc/apt/sources.list.d/mono-official-stable.list
curl
-sL
https://deb.nodesource.com/setup_10.x |
sudo
bash -
sudo
apt-get
install
-y
git build-essential libreadline-dev libsqlite3-dev libevent-dev mono-complete nodejs
sudo
apt-get
install
-y
git build-essential libreadline-dev libsqlite3-dev libevent-dev mono-complete nodejs
redis-server
sudo
npm
install
pm2
-g
mkdir
lib
cd
lib
wget http://download.redis.io/releases/redis-stable.tar.gz
--no-check-certificate
tar
xzfv redis-stable.tar.gz
cd
redis-stable
make
-j
$PROCESS_COUNT
sudo
make
install
sudo cp
-rf
src/redis-server /usr/bin/
cd
..
wget
-O
- https://github.com/premake/premake-core/releases/download/v5.0.0-alpha13/premake-5.0.0-alpha13-linux.tar.gz |
tar
zfx -
cp
-rf
premake5 ~
cd
..
git clone https://github.com/purerosefallen/ygopro
--branch
=
server
--recursive
git clone https://github.com/moecube/ygopro
--branch
=
server
--recursive
cd
ygopro/
git submodule foreach git checkout master
~/premake5 gmake
...
...
docs/install_ubuntu_18.sh
View file @
6a222f24
...
...
@@ -6,20 +6,12 @@ sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328
sudo
apt-get
install
-y
curl wget
echo
"deb http://download.mono-project.com/repo/ubuntu stable-bionic main"
|
sudo tee
/etc/apt/sources.list.d/mono-official-stable.list
curl
-sL
https://deb.nodesource.com/setup_10.x |
sudo
bash -
sudo
apt-get
install
-y
git build-essential libreadline-dev libsqlite3-dev libssl1.0-dev mono-complete nodejs
sudo
apt-get
install
-y
git build-essential libreadline-dev libsqlite3-dev libssl1.0-dev mono-complete nodejs
redis-server
sudo
npm
install
pm2
-g
mkdir
lib
cd
lib
wget http://download.redis.io/releases/redis-stable.tar.gz
--no-check-certificate
tar
xzfv redis-stable.tar.gz
cd
redis-stable
make
-j
$PROCESS_COUNT
sudo
make
install
sudo cp
-rf
src/redis-server /usr/bin/
cd
..
wget
-O
- https://github.com/premake/premake-core/releases/download/v5.0.0-alpha13/premake-5.0.0-alpha13-linux.tar.gz |
tar
zfx -
cp
-rf
premake5 ~
...
...
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