Russian community site about D Programming language http://dlang.ru.
You are free to contribute to http://dlang.ru/book
Our Telegram channel https://t.me/dlangru
Nodejs should be installed. Run using npm:
npm run dev
or using yarn:
yarn dev
nodejs should be installed
cd app_dir
cd web
change prebuild command in package.json from rmdir /s/q dist to rm -rf dist
run npm install if first run
npm run build
cd ..
add to dub.sdl
dflags "-lowmem"
run
dub build
if VPS have less than 2GB RAM you need pass the flag --build-mode=singleFile
Do not forget to change globalThis.base_url = "http://127.0.0.1:8080" to current domain name.
cp ./dlangru-deamon.service /etc/systemd/system/dlang-deamon.service
sudo systemctl enable dlang-deamon
sudo systemctl start dlang-deamon
