Compare commits
6 Commits
Author | SHA1 | Date | |
---|---|---|---|
bad0005ca8 | |||
c459302873 | |||
4485eaf2ea | |||
be62eaab90 | |||
e3cda80e2d | |||
45b69f0d40 |
@@ -10,6 +10,7 @@ variables:
|
|||||||
stages:
|
stages:
|
||||||
- build
|
- build
|
||||||
# - test
|
# - test
|
||||||
|
- deploy
|
||||||
services:
|
services:
|
||||||
- docker:dind
|
- docker:dind
|
||||||
before_script:
|
before_script:
|
||||||
@@ -52,3 +53,10 @@ Build_Tag:
|
|||||||
--push
|
--push
|
||||||
.
|
.
|
||||||
- docker images
|
- docker images
|
||||||
|
|
||||||
|
# DEPLOY
|
||||||
|
Deploy:
|
||||||
|
stage: deploy
|
||||||
|
only:
|
||||||
|
- tags
|
||||||
|
trigger: rehashedsalt/ansible
|
||||||
|
@@ -28,19 +28,11 @@
|
|||||||
<h2>1. Installing Java</h2>
|
<h2>1. Installing Java</h2>
|
||||||
<p>Minecraft depends on Java. It's important that you have the latest 64-bit edition of Java installed.</p>
|
<p>Minecraft depends on Java. It's important that you have the latest 64-bit edition of Java installed.</p>
|
||||||
<ol>
|
<ol>
|
||||||
<li>Go to <a href="https://www.java.com/en/download/manual.jsp">Java Downloads</a></li>
|
<li>Go to <a href="https://adoptium.net/">Adoptium</a></li>
|
||||||
<li>Download and run the "Windows Offline (64-bit)" option</li>
|
<li>Select "OpenJDK 8"</li>
|
||||||
|
<li>Click "Latest release"</li>
|
||||||
|
<li>Run through the installer</li>
|
||||||
</ol>
|
</ol>
|
||||||
<div class="warning">
|
|
||||||
<i class="badge fa fa-warning"></i>
|
|
||||||
Ensure you do NOT install the 32-bit version of Java! Doing so may result in some of the following weird errors:
|
|
||||||
<ul>
|
|
||||||
<li>Being unable to launch a pack with over 4GB of memory allocated</li>
|
|
||||||
<li>"Java could not be invoked with the arguments specified"</li>
|
|
||||||
<li>Other random nebulous errors from MultiMC</li>
|
|
||||||
</ul>
|
|
||||||
If you're not sure whether or not you've installed 32-bit Java, uninstall and reinstall it just to be on the safe side.
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="subcontainer" id="multimc">
|
<div class="subcontainer" id="multimc">
|
||||||
<h2>2. Installing MultiMC</h2>
|
<h2>2. Installing MultiMC</h2>
|
||||||
|
@@ -114,6 +114,8 @@
|
|||||||
// - Me
|
// - Me
|
||||||
"\"28 - 6 >= Fuck You\"",
|
"\"28 - 6 >= Fuck You\"",
|
||||||
// - Me
|
// - Me
|
||||||
|
"\"I fuck dirt\"",
|
||||||
|
// - Me
|
||||||
"\"I suck a lot of dick, get over here\"",
|
"\"I suck a lot of dick, get over here\"",
|
||||||
// - Brett
|
// - Brett
|
||||||
"\"This was worth sucking dick\"",
|
"\"This was worth sucking dick\"",
|
||||||
|
@@ -21,13 +21,14 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="spsubsection">
|
<div class="spsubsection">
|
||||||
<h4>desu.ltd</h4>
|
<h4>desu.ltd</h4>
|
||||||
<a href="https://desu.ltd">Index</a>
|
|
||||||
<a href="https://git.desu.ltd">Gitea</a>
|
<a href="https://git.desu.ltd">Gitea</a>
|
||||||
<a href="http://local.desu.ltd">Local</a>
|
<a href="https://netbox.desu.ltd">Netbox</a>
|
||||||
|
<a href="https://nagios.desu.ltd">Nagios</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="spsubsection">
|
<div class="spsubsection">
|
||||||
<h4>9iron</h4>
|
<h4>Others</h4>
|
||||||
<a href="https://9iron.club">Index</a>
|
<a href="https://9iron.club">9iron</a>
|
||||||
|
<a href="http://local.desu.ltd">Localnet</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="spsubsection">
|
<div class="spsubsection">
|
||||||
<h4>Resources</h4>
|
<h4>Resources</h4>
|
||||||
|
Reference in New Issue
Block a user