Skip to content

Latest commit

 

History

History
75 lines (51 loc) · 2.93 KB

readme.md

File metadata and controls

75 lines (51 loc) · 2.93 KB

Uzinfocom's {Orchestra}

Website builder platform for ccTLD of .UZ

Top Used Language Telegram Channel Test CI

About

It became trend to have website builder platforms in every ccTLDs. So, we decided to make our own platform for .UZ ccTLD. This project aims to provide a very convenient and easy-to-use website with a lot of features. This project is a part of Uzinfocom RnD team (a.k.a ex Uzinfocom Open Source) projects.

Features

  • Convenient builder with good UX
  • Automated deployment
  • NS records management
  • Automated programmable proxy
  • Automated DNS management

Building

The project is written on Rust and uses Nix for development & building. To build the project, you need to have Nix installed on your system or use NixOS Linux distribution. You can instantly start building project by executing the following command:

nix build .

This command will generate a result symlink in the project directory. You can find the binary in the bin directory inside the result directory. Alternatively, you can enter development environment for debugging and development purposes. For this, you need to activate development environment by running the following command:

# Using flake shell
nix develop -c $SHELL

# Using traditional shell.nix
nix-shell

Afterwards, you need to call build command which can be done by running the following command:

# With debug
just build

# Optimized release
just build-release

Deployment (WIP)

This part needs some attention...

Documents & Research

All researches and explorations conducted during the development of this project are available in the docs directory. Specifically, research.pdf contains the most important information about the project. It's actually exported from Orzklv's Apple Notes and contains personal notes as well.

Thanks to contributors

License

This project is licensed under the MIT License - see the LICENSE file for details.

Uzinfocom's {Orchestra}