An open API service indexing awesome lists of open source software.

https://github.com/tarachom/configurator3

Конфігуратор 3 | .net 9, Linux, Windows
https://github.com/tarachom/configurator3

charp gtk gtksharp linux postgresql windows xslt xslt-stylesheet

Last synced: 5 months ago
JSON representation

Конфігуратор 3 | .net 9, Linux, Windows

Awesome Lists containing this project

README

        

# Конфігуратор 3
Конструктор для моделювання програми для обліку | .net 9, Linux, Windows



Детальніше про програму [accounting.org.ua](https://accounting.org.ua/configurator.html)

Середовище розробки [Visual Studio Code](https://code.visualstudio.com)

База даних [PostgreSQL](https://www.enterprisedb.com/downloads/postgres-postgresql-downloads)

Документація [GtkSharp](https://accounting.org.ua/watch/section/news/code-00000015) та [SQL](https://accounting.org.ua/watch/section/note/code-00000057)

Для Ubuntu

Встановити dotnet-sdk-9.0

sudo apt-get update
sudo apt-get install -y dotnet-sdk-9.0

Довідка як встановити dotnet-sdk-9.0 на Ubuntu [Install .NET SDK or .NET Runtime on Ubuntu](https://learn.microsoft.com/uk-ua/dotnet/core/install/linux-ubuntu-install?tabs=dotnet9&pivots=os-linux-ubuntu-2204)

Встановити PostgreSQL

sudo apt-get update
sudo apt-get install postgresql

# Встановити пароль для PostgreSQL

sudo -u postgres psql
\password postgres

Для Windows
1. Встановити набір бібліотек GTK [gtk3-runtime](https://accounting.org.ua/download/gtk3-runtime-3.24.31-2022-01-04-ts-win64.exe)
2. Встановити dotnet 9.0 SDK [Download .NET 9.0](https://dotnet.microsoft.com/en-us/download/dotnet/9.0)
3. Встановити базу даних [PostgreSQL](https://www.enterprisedb.com/downloads/postgres-postgresql-downloads)
4. Скачати архів з програмою [Конфігуратор](https://accounting.org.ua/download/Configurator3.zip)