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
0bc77457
Commit
0bc77457
authored
5 months ago
by
yangalicace1
Browse files
Options
Downloads
Patches
Plain Diff
Deployed
18558c5b
to develop in public with MkDocs 1.6.1 and mike 2.1.3
parent
13a15d65
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
public/develop/deployment_guide/index.html
+19
-15
19 additions, 15 deletions
public/develop/deployment_guide/index.html
public/develop/search/search_index.json
+1
-1
1 addition, 1 deletion
public/develop/search/search_index.json
with
20 additions
and
16 deletions
public/develop/deployment_guide/index.html
+
19
−
15
View file @
0bc77457
...
...
@@ -869,30 +869,34 @@ sudo reboot
<li>
Username: tfs
</li>
<li>
Password: tfs123
</li>
</ul>
<p>
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
- Change the network interface to use the previously created TFS-NAT-Net
</p>
<p>
On the next screen press "Customize Settings", save the VM and in "Settings" change:
</p>
<ul>
<li>
Change to use 4 CPUs
</li>
<li>
Change to access 8 GB of RAM
</li>
<li>
Change disk to size 60 GB
</li>
<li>
Change the network interface to use the previously created TFS-NAT-Net
</li>
</ul>
<p>
Run the VM to start the installation.
</p>
<h3><u>
Install Ubuntu 22.04.1 LTS Operating System
</u></h3>
<p>
The installation will be automatic, without any configuration required.
</p>
<ul>
<li>
Configure the guest IP, gateway and DNS:
</li>
<
/ul
>
<li>
<
p>
Configure the guest IP, gateway and DNS:
</p
>
<p>
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.
</p>
<
ul
>
<li>
Disable and remove swap file:
</li>
<
/ul
>
the mask to 255.255.255.0, the gateway to 10.0.2.2 and the DNS to 10.0.2.2.
</p>
<
/li
>
<li>
<
p>
Disable and remove swap file:
</p
>
<p>
$ sudo swapoff -a
$ sudo rm /swapfile
</p>
$ sudo rm /swapfile
</p>
<p>
Then you can remove or comment the /swapfile entry in /etc/fstab
</p>
<ul>
<li>
Install Open SSH Server
</li>
</li>
<li>
<p>
Import SSH keys, if any.
</p>
<p>
Install Open SSH Server
</p>
<ul>
<li>
Import SSH keys, if any.
</li>
</ul>
</li>
<li>
<p>
Restart the VM when the installation is completed.
</p>
...
...
This diff is collapsed.
Click to expand it.
public/develop/search/search_index.json
+
1
−
1
View file @
0bc77457
Source diff could not be displayed: it is too large. Options to address this:
view the blob
.
This diff is collapsed.
Click to expand it.
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