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
- Host: GitHub
- URL: https://github.com/tarachom/configurator3
- Owner: tarachom
- License: apache-2.0
- Created: 2022-10-11T11:22:31.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-29T19:36:48.000Z (6 months ago)
- Last Synced: 2024-11-29T20:26:29.615Z (6 months ago)
- Topics: charp, gtk, gtksharp, linux, postgresql, windows, xslt, xslt-stylesheet
- Language: XSLT
- Homepage: https://accounting.org.ua/configurator.html
- Size: 10.9 MB
- Stars: 5
- Watchers: 3
- Forks: 0
- 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.0sudo 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)