Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
documentation
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TFS
documentation
Commits
18558c5b
Commit
18558c5b
authored
6 months ago
by
yangalicace1
Browse files
Options
Downloads
Patches
Plain Diff
FIXES: fixing 1.1.3
parent
82bbc673
No related branches found
No related tags found
No related merge requests found
Pipeline
#9708
passed
6 months ago
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/deployment_guide.md
+11
-10
11 additions, 10 deletions
doc/deployment_guide.md
with
11 additions
and
10 deletions
doc/deployment_guide.md
+
11
−
10
View file @
18558c5b
...
...
@@ -236,6 +236,7 @@ Create a new VM an Ubuntu 22.04.1 ISO:
-
Password: tfs123
On the next screen press "Customize Settings", save the VM and in "Settings" change:
-
Change to use 4 CPUs
-
Change to access 8 GB of RAM
-
Change disk to size 60 GB
...
...
@@ -247,22 +248,22 @@ Run the VM to start the installation.
The installation will be automatic, without any configuration required.
-
Configure the guest IP, gateway and DNS:
-
Configure the guest IP, gateway and DNS:
Using the Network Settings for the wired connection, set the IP to 10.0.2.10,
the mask to 255.255.255.0, the gateway to 10.0.2.2 and the DNS to 10.0.2.2.
Using the Network Settings for the wired connection, set the IP to 10.0.2.10,
the mask to 255.255.255.0, the gateway to 10.0.2.2 and the DNS to 10.0.2.2.
-
Disable and remove swap file:
-
Disable and remove swap file:
$ sudo swapoff -a
$ sudo rm /swapfile
$ sudo swapoff -a
$ sudo rm /swapfile
Then you can remove or comment the /swapfile entry in /etc/fstab
Then you can remove or comment the /swapfile entry in /etc/fstab
-
Install Open SSH Server
-
Import SSH keys, if any.
-
Install Open SSH Server
-
Import SSH keys, if any.
-
Restart the VM when the installation is completed.
-
Restart the VM when the installation is completed.
<h3><u>
Upgrade the Ubuntu distribution
</u></h3>
```
bash
...
...
This diff is collapsed.
Click to expand it.
yangalicace1
@caceres1
mentioned in commit
0bc77457
·
6 months ago
mentioned in commit
0bc77457
mentioned in commit 0bc774570f1c8a332baa28becf62a2161b13de9d
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment