Skip to content

fixn0ll/dlang.ru

 
 

Repository files navigation

About

Russian community site about D Programming language http://dlang.ru.

Book

You are free to contribute to http://dlang.ru/book

Contacts

Our Telegram channel https://t.me/dlangru

Screenshot

Screenshot

Developing

Nodejs should be installed. Run using npm:

npm run dev

or using yarn:

yarn dev

Setup

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.

Running

cp ./dlangru-deamon.service /etc/systemd/system/dlang-deamon.service

sudo systemctl enable dlang-deamon

sudo systemctl start dlang-deamon

About

Russian community site about D Programming language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 49.0%
  • SCSS 27.6%
  • JavaScript 17.6%
  • Pug 3.0%
  • D 2.8%