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: 11 months ago
JSON representation
Конфігуратор 3 | .net 9, Linux, Windows
- Host: GitHub
- URL: https://github.com/tarachom/configurator3
- Owner: tarachom
- License: apache-2.0
- Created: 2022-10-11T11:22:31.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-07-14T11:08:57.000Z (12 months ago)
- Last Synced: 2025-07-14T14:50:39.658Z (12 months ago)
- Topics: charp, gtk, gtksharp, linux, postgresql, windows, xslt, xslt-stylesheet
- Language: XSLT
- Homepage: https://accounting.org.ua/configurator.html
- Size: 10.5 MB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)