mirror of
https://github.com/Erusman/SWGvms
synced 2026-01-15 22:04:28 -05:00
initial commit
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
# SWGvms
|
||||
A repository for storing the SWGvms website.
|
||||
This repo is for storing the SWGvms website.
|
||||
|
||||
121
index.html
Normal file
121
index.html
Normal file
@@ -0,0 +1,121 @@
|
||||
<!DOCTYPE html>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
|
||||
<link rel="stylesheet" href="./index/style.css">
|
||||
<script src="./index/scale.fix.js.download"></script>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
|
||||
<!--[if lt IE 9]>
|
||||
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
||||
<![endif]-->
|
||||
</head>
|
||||
<div class="wrapper">
|
||||
<header>
|
||||
<img src="./index/erusman.jpg" class="spaceball">
|
||||
<h1><a href="https://Erusman.github.io/">Erusman</a></h1>
|
||||
|
||||
<p>Open Source SWG Developer</p>
|
||||
|
||||
<p class="view"><a href="https://github.com/Erusman">View on GitHub <small></small></a></p>
|
||||
<ul>
|
||||
|
||||
<li><a href="https://github.com/Erusman">View On <strong>GitHub</strong></a></li>
|
||||
</ul>
|
||||
</header>
|
||||
<section>
|
||||
|
||||
<h2 id="swgvms">SWGvms</h2>
|
||||
|
||||
<p>This website is dedicated to offering alternate VM's for the SWG-Source github project.</p>
|
||||
|
||||
<h3 id="prerequisites">Prerequisites</h3>
|
||||
|
||||
<p>You will need to have <a href="https://www.virtualbox.org/">Oracle VirtualBox</a> installed on your host machine before you begin. VirtualBox test version 6.1.27 r146688 is recommended because VirtualBox Guest additions 6.1.27 is pre-installed on each VM. You can download VirtualBox Test builds here: <a href="https://www.virtualbox.org/wiki/Testbuilds">Oracle VirtualBox Testbuilds</a> </p>
|
||||
|
||||
<p>Hardware recommendations: 6-8 core processor with 32GB of ram.</p>
|
||||
<p>All of my pre-built VM's comes configured to use 16GB of ram. You can adjust the processor cores in VirtualBox depending on your hardware.</p>
|
||||
<p>Each VM's Desktop Enviorment is running cinnamon.</p>
|
||||
|
||||
<p>NOTE: I am not offering guides or support on setting up the VM's IP Address's or VirtualBox. Perhaps in the future when I get the time I will update this page with a guide. You can refer to SWG-source wiki to get the general idea, However every distro of linux is a little different on setting up static IP's.</p>
|
||||
<p>All of my pre-built VM's will come defaulted to use the IP of 192.168.1.47 & mac 080027F3A637. I recommend going into your home router setup and reserving the IP of 192.168.1.47 & mac 080027F3A637 to the VM which hosts name is 'swg'. Each VM's desktop does offer a script which will help you configure the VM's host and hostname with a custom IP of your choice.
|
||||
<p>The reason why you must setup the VM's host IP correctly, is that your home router will continously assign a different IP to the VM each time you restart it. And you will need to reconfigure the SWG-Source IP's that the server starts with.
|
||||
|
||||
|
||||
<h3 id="debian-10-vm">Debian 10.10 VM</h3>
|
||||
|
||||
<p>Linux Kernel 5.11. SRC Compiler GCC 8. Oracle 19.3 & SQL Developer 21.2</p>
|
||||
|
||||
<p><img src="./index/debian10.png"><p>
|
||||
|
||||
<blockquote>
|
||||
<p>DOWNLOAD Debian 10.10 "BUSTER" SWG-Source VM</p>
|
||||
<p>https://<p>
|
||||
</blockquote>
|
||||
|
||||
|
||||
|
||||
<h3 id="debian-11-vm">Debian 11 VM</h3>
|
||||
|
||||
<p>Linux Kernel 5.11. SRC Compiler GCC 9.4. Oracle 19.3 & SQL Developer 21.2</p>
|
||||
|
||||
<p><img src="./index/debian11.png"><p>
|
||||
|
||||
<blockquote>
|
||||
<p>DOWNLOAD Debian 11 "BULLSEYE" SWG-Source VM</p>
|
||||
<p>https://<p>
|
||||
</blockquote>
|
||||
|
||||
|
||||
|
||||
|
||||
<h3 id="linux-mint-20-vm">Linux Mint 20.2 VM</h3>
|
||||
|
||||
<p></p>
|
||||
|
||||
<p><img src="./index/picture.png"></p>
|
||||
|
||||
<blockquote>
|
||||
<p>DOWNLOAD Linux Mint 20.2 SWG-Source VM</p>
|
||||
<p>https://<p>
|
||||
</blockquote>
|
||||
|
||||
|
||||
|
||||
|
||||
<h3 id="linux-mint-19-vm">Linux Mint 19.3 VM</h3>
|
||||
|
||||
<p></p>
|
||||
|
||||
<p><img src="./index/picture.png"></p>
|
||||
|
||||
<blockquote>
|
||||
<p>DOWNLOAD Linux Mint 19.3 SWG-Source VM</p>
|
||||
<p>https://<p>
|
||||
</blockquote>
|
||||
|
||||
|
||||
|
||||
<h3 id="ubuntu-20-vm">Ubuntu 20.04 LTS VM</h3>
|
||||
|
||||
<p></p>
|
||||
|
||||
<p><img src="./index/picture.png"></p>
|
||||
|
||||
<blockquote>
|
||||
<p>DOWNLOAD Ubuntu 20.04 LTS SWG-Source VM</p>
|
||||
<p>https://<p>
|
||||
</blockquote>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
</div>
|
||||
<footer>
|
||||
<p>© 2021 Erusman - https://Erusman.github.io - https://github.com/Erusman</p>
|
||||
</footer>
|
||||
|
||||
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
|
||||
|
||||
--></body></html>
|
||||
BIN
index/debian10.png
Normal file
BIN
index/debian10.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.1 MiB |
BIN
index/debian11.png
Normal file
BIN
index/debian11.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.5 MiB |
BIN
index/erusman.jpg
Normal file
BIN
index/erusman.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 152 KiB |
1
index/style.css
Normal file
1
index/style.css
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user