Skip to content

Commit 34ab0f9

Browse files
committed
Remove all the vagrant stuff, it's long outdated at this point
1 parent 7122994 commit 34ab0f9

File tree

9 files changed

+4
-114
lines changed

9 files changed

+4
-114
lines changed

.dockerignore

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
tools/_screenshots
22
tools/Documentation
33
tools/build/windows
4-
tools/build/homebrew
5-
tools/build/vagrant
4+
tools/build/homebrew

tools/Documentation/SUMMARY.md

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
* [🛠 Source Code (Linux/macOS)](installing-lanraragi/source.md)
1212
* [🐧 Community (Linux)](installing-lanraragi/community.md)
1313
* [👿 Jail (FreeBSD)](installing-lanraragi/jail.md)
14-
* [🕸 Vagrant (Deprecated)](installing-lanraragi/vagrant.md)
1514

1615
## Basic Operations
1716

tools/Documentation/extending-lanraragi/architecture.md

-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ root/
117117
| |- windows <- Windows build script and submodule link to the Karen WPF Bootstrapper
118118
| |- docker <- Dockerfile and configuration files for LRR Docker Container
119119
| |- homebrew <- Script and configuration files for the LRR Homebrew cask
120-
| |- vagrant <- Vagrantfile for LRR Vagrant Machine
121120
| |- cpanfile <- Perl dependencies description
122121
| |- install.pl <- LANraragi Installer
123122
| +- lanraragi-systemd.service <- Example SystemD service

tools/Documentation/installing-lanraragi/methods.md

+2-11
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ Look at the methods below for something that fits your OS and usage.
2323

2424
{% hint style="warning" %}
2525
This method works on **64-bit** editions of Windows 10 only.
26-
27-
Since LRR 0.8.0, you need Windows 10 version _1903_ at least. 0.7.9 will work with version _1809_ if you're on an LTSC channel.
28-
If you still want to use further server versions on 1809, a step-by-step workaround is available on the Windows documentation page below.
2926
{% endhint %}
3027

3128
![win10](../.screenshots/karen.jpg)
@@ -69,17 +66,11 @@ Similar to installing from source with an altered process for FreeBSD compatabil
6966
[jail.md](jail.md)
7067
{% endcontent-ref %}
7168

72-
## Older Windows: _Legacy Docker Toolbox or Vagrant_
69+
## Windows 7 or 8: don't
7370

7471
![I really hope you guys don't do this](../.screenshots/shiggy.png)
7572

76-
At this point the only solutions I have to give you are basically glorified VMs.
77-
78-
You can either download the [Legacy Docker Toolbox](https://docs.docker.com/toolbox/toolbox\_install\_windows/) and follow the Docker tutorial linked above, or try Vagrant. I provide **no support** for either of these methods.
79-
80-
{% content-ref url="vagrant.md" %}
81-
[vagrant.md](vagrant.md)
82-
{% endcontent-ref %}
73+
Switch to 10 or Linux.
8374

8475
## WARNING: Reverse Proxies
8576

tools/Documentation/installing-lanraragi/vagrant.md

-52
This file was deleted.

tools/Documentation/plugin-docs/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Basically, _as long as it can run, it will run_.
2424
{% hint style="danger" %}
2525
As you might've guessed, Plugins run with the same permissions as the main application.
2626
This means they can modify the application database at will, delete files, and execute system commands.
27-
None of this is obviously an issue if the application is installed in a proper fashion.(Docker/Vagrant, or non-root user on Linux _I seriously hope you guys don't run this as root_)
27+
None of this is obviously an issue if the application is installed in a proper fashion.(Docker/VM, or non-root user on Linux _I seriously hope you guys don't run this as root_)
2828

2929
Still, as said in the User Documentation, be careful of what you do with Plugins.
3030
{% endhint %}

tools/build/vagrant/.gitignore

-2
This file was deleted.

tools/build/vagrant/Vagrantfile

-22
This file was deleted.

tools/build/vagrant/Vagrantfile_nightly

-22
This file was deleted.

0 commit comments

Comments
 (0)