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
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
lizhongxiao
openxg-5gcs-release
Commits
4f68f261
Commit
4f68f261
authored
Apr 04, 2022
by
Luhan Wang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
last
parent
e37df1d9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
ci-scripts/prepare-in-vm.sh
ci-scripts/prepare-in-vm.sh
+4
-3
No files found.
ci-scripts/prepare-in-vm.sh
View file @
4f68f261
...
@@ -7,7 +7,6 @@ fi
...
@@ -7,7 +7,6 @@ fi
git clone
--branch
master http://luhan:wangarafat@git.opensource5g.org/openxg/openxg-5gcs-release.git
git clone
--branch
master http://luhan:wangarafat@git.opensource5g.org/openxg/openxg-5gcs-release.git
echo
"successfully cloned project"
echo
"successfully cloned project"
cd
openxg-5gcs-release
sudo
-i
sudo
-i
echo
"
\
echo
"
\
...
@@ -17,12 +16,13 @@ deb http://mirrors.aliyun.com/ubuntu/ bionic-security main restricted universe m
...
@@ -17,12 +16,13 @@ deb http://mirrors.aliyun.com/ubuntu/ bionic-security main restricted universe m
deb-src http://mirrors.aliyun.com/ubuntu/ bionic-security main restricted universe multiverse
\n
\
deb-src http://mirrors.aliyun.com/ubuntu/ bionic-security main restricted universe multiverse
\n
\
deb http://mirrors.aliyun.com/ubuntu/ bionic-updates main restricted universe multiverse
\n
\
deb http://mirrors.aliyun.com/ubuntu/ bionic-updates main restricted universe multiverse
\n
\
deb-src http://mirrors.aliyun.com/ubuntu/ bionic-updates main restricted universe multiverse
\n
\
deb-src http://mirrors.aliyun.com/ubuntu/ bionic-updates main restricted universe multiverse
\n
\
deb http://mirrors.aliyun.com/ubuntu/ bionic-backports main restricted universe multiverse
\n
\
deb-src http://mirrors.aliyun.com/ubuntu/ bionic-backports main restricted universe multiverse
\n
\
deb http://mirrors.aliyun.com/ubuntu/ bionic-proposed main restricted universe multiverse
\n
\
deb http://mirrors.aliyun.com/ubuntu/ bionic-proposed main restricted universe multiverse
\n
\
deb-src http://mirrors.aliyun.com/ubuntu/ bionic-proposed main restricted universe multiverse
\n
\
deb-src http://mirrors.aliyun.com/ubuntu/ bionic-proposed main restricted universe multiverse
\n
\
deb http://mirrors.aliyun.com/ubuntu/ bionic-backports main restricted universe multiverse
\n
\
deb-src http://mirrors.aliyun.com/ubuntu/ bionic-backports main restricted universe multiverse
\n
\
"
>
/etc/apt/sources.list
"
>
/etc/apt/sources.list
sudo
apt update
sudo
apt update
cd
/home/ubuntu/openxg-5gcs-release
sudo
./scripts/install.sh
-I
sudo
./scripts/install.sh
-I
sudo echo
"{
\n
\
sudo echo
"{
\n
\
...
@@ -31,5 +31,6 @@ sudo echo "{ \n \
...
@@ -31,5 +31,6 @@ sudo echo "{ \n \
]
\n
\
]
\n
\
}
\n
\
}
\n
\
"
>
/etc/docker/daemon.json
"
>
/etc/docker/daemon.json
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