Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
openxg-5gcs-release
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
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
ZhaoJingguo
openxg-5gcs-release
Commits
a6fc8386
Commit
a6fc8386
authored
Apr 04, 2022
by
Luhan Wang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modify format in etc files
parent
08cd071d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
ci-scripts/prepare-in-vm.sh
ci-scripts/prepare-in-vm.sh
+3
-2
No files found.
ci-scripts/prepare-in-vm.sh
View file @
a6fc8386
...
@@ -9,7 +9,7 @@ git clone --branch master http://luhan:wangarafat@git.opensource5g.org/openxg/op
...
@@ -9,7 +9,7 @@ git clone --branch master http://luhan:wangarafat@git.opensource5g.org/openxg/op
echo
"successfully cloned project"
echo
"successfully cloned project"
sudo
-i
sudo
-i
echo
"
\
echo
-e
"
\
deb http://mirrors.aliyun.com/ubuntu/ bionic main restricted universe multiverse
\n
\
deb http://mirrors.aliyun.com/ubuntu/ bionic main restricted universe multiverse
\n
\
deb-src http://mirrors.aliyun.com/ubuntu/ bionic main restricted universe multiverse
\n
\
deb-src http://mirrors.aliyun.com/ubuntu/ bionic main restricted universe multiverse
\n
\
deb http://mirrors.aliyun.com/ubuntu/ bionic-security main restricted universe multiverse
\n
\
deb http://mirrors.aliyun.com/ubuntu/ bionic-security main restricted universe multiverse
\n
\
...
@@ -25,7 +25,7 @@ sudo apt update
...
@@ -25,7 +25,7 @@ sudo apt update
cd
/home/ubuntu/openxg-5gcs-release
cd
/home/ubuntu/openxg-5gcs-release
sudo
./scripts/install.sh
-I
sudo
./scripts/install.sh
-I
sudo echo
"{
\n
\
sudo echo
-e
"{
\n
\
\"
registry-mirrors
\"
: [
\n
\
\"
registry-mirrors
\"
: [
\n
\
\"
https://docker.mirrors.ustc.edu.cn
\"
\n
\
\"
https://docker.mirrors.ustc.edu.cn
\"
\n
\
]
\n
\
]
\n
\
...
@@ -33,4 +33,5 @@ sudo echo "{ \n \
...
@@ -33,4 +33,5 @@ sudo echo "{ \n \
"
>
/etc/docker/daemon.json
"
>
/etc/docker/daemon.json
exit
exit
sudo
service docker restart
sudo
service docker restart
sudo
docker network create docker-openxg
--subnet
=
172.11.200.0/24
-o
com.docker.network.bridge.name
=
docker-openxg
sudo
docker network create docker-openxg
--subnet
=
172.11.200.0/24
-o
com.docker.network.bridge.name
=
docker-openxg
\ No newline at end of file
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