RUVIDEO
Поделитесь видео 🙏

[OUTDATED - PLEASE SEE DESCRIPTION] Rough DLU Server Setup Walkthrough

So, at launch the pure Windows installation method was broken. However, this has been fixed, and I can now recommend, whole heartedly, the following guide:
https://gist.github.com/HailStorm32/169df65a47a104199b5cc57d10fa57de
HailStorm has been genuinely INCREDIBLE with helping people out, and this guide is a culmination of much of that work. He also produced a video on the topic, although this is not kept up to date, whilst the GitHub repo currently is.


Firstly, a huge thanks to the devs. Honestly, for all the flack it got, this was pretty easy to set up. They've done an incredible job getting everything this far. This seemed incredibly unimaginable only a year or so ago, so so be here, now... I'm truly amazed by their work.
I'd also ask that you not pester them with requests. (Oh, and also, I'm unlikely to keep up to date with requests for help in the comments, either - so I'd, again, recommend the LUCH!)

Also, for future reference, creating a new account is at least an order of magnitude easier than editing in 'redacted's... And if I missed one, well, RIP, I guess y'all know my name, then! Wasn't planning on it just yet, but I can live with it if I have dropped it.

LUCH link: https://discord.gg/NxKuhT2QeS

Further on that note, this is far from a perfect tutorial - I wasn't truly working on a fresh install, and I'm no expert. These were the steps I used to get it done, but I might have gotten lucky with other things I had installed. For more information, I'd recommend the LUCH.

Final procedure (especially regarding the neat setup of the MariaDB database) used the following (far more concise and also less hacky, not falling foul of stuff like this https://devblogs.microsoft.com/commandline/do-not-change-linux-files-using-windows-apps-and-tools/) guide for reference (although I did build it once or twice myself for understanding):
https://gist.github.com/SunFlea/893fd80f39c7cf9ab31baacac284025d

Alternative walkthrough by Elocore:
https://www.youtube.com/watch?v=mDGoV5AYaDo

Beautiful text file, as seen in the video:
wsl --set-default-version 1
wsl --install -d Ubuntu
sudo apt update && apt upgrade
sudo apt-get install -y git gcc cmake build-essential zlib1g-dev mariadb-server
git clone --recursive https://github.com/DarkflameUniverse/DarkflameServer
mkdir -p DarkflameServer/build
cd DarkflameServer/build
mkdir logs
notepad.exe ../CMakeVariables.txt
cmake ..
make -j
explorer.exe .
pip install git+https://github.com/lcdr/utils
python fdb_to_sqlite.py "pathOfCDClient"
sudo service mysql start
sudo mysql -u root
ALTER USER 'root'@'localhost' IDENTIFIED BY 'Gabagool?';
create database dlu_database;
use dlu_database;
source ../migrations/dlu/0_initial.sql;
show tables;
exit
./MasterServer -a
sudo python3 -m http.server --bind localhost 80
./MasterServer

Links:
https://sqlitebrowser.org/dl/
https://www.python.org/downloads/
https://github.com/lcdr/utils
https://github.com/DarkflameUniverse/DarkflameServer/tree/main/migrations/cdserver
https://github.com/DarkflameUniverse/DarkflameServer/blob/main/resources/navmeshes.zip

If I've forgotten any information, let me know, and look out for corrections in the comments.

Что делает видео по-настоящему запоминающимся? Наверное, та самая атмосфера, которая заставляет забыть о времени. Когда вы заходите на RUVIDEO, чтобы посмотреть онлайн «[OUTDATED - PLEASE SEE DESCRIPTION] Rough DLU Server Setup Walkthrough», вы рассчитываете на нечто большее, чем просто загрузку плеера. И мы это понимаем. Контент такого уровня заслуживает того, чтобы его смотрели в HD 1080, без дрожания картинки и бесконечного буферизации.

Честно говоря, Rutube сегодня — это кладезь уникальных находок, которые часто теряются в общем шуме. Мы же вытаскиваем на поверхность самое интересное. Будь то динамичный экшн, глубокий разбор темы от любимого автора или просто уютное видео для настроения — всё это доступно здесь бесплатно и без лишних формальностей. Никаких «заполните анкету, чтобы продолжить». Только вы, ваш экран и качественный поток.

Если вас зацепило это видео, не забудьте взглянуть на похожие материалы в блоке справа. Мы откалибровали наши алгоритмы так, чтобы они подбирали контент не просто «по тегам», а по настроению и смыслу. Ведь в конечном итоге, онлайн-кинотеатр — это не склад файлов, а место, где каждый вечер можно найти свою историю. Приятного вам отдыха на RUVIDEO!

Видео взято из открытых источников Rutube. Если вы правообладатель, обратитесь к первоисточнику.