https://github.com/tarachom/newproject
Чистий проект для розробки нової програми | .net 9, Linux, Windows
https://github.com/tarachom/newproject
charp gtk gtksharp linux postgresql windows xslt xslt-stylesheet
Last synced: 3 months ago
JSON representation
Чистий проект для розробки нової програми | .net 9, Linux, Windows
- Host: GitHub
- URL: https://github.com/tarachom/newproject
- Owner: tarachom
- License: apache-2.0
- Created: 2024-09-25T14:16:41.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-01-22T19:30:23.000Z (4 months ago)
- Last Synced: 2025-01-22T20:26:56.819Z (4 months ago)
- Topics: charp, gtk, gtksharp, linux, postgresql, windows, xslt, xslt-stylesheet
- Language: XSLT
- Homepage: https://accounting.org.ua/storage_and_trade.html
- Size: 25.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Чистий проект для розробки нової програми
Розробка програми для обліку з використанням конфігуратора | .net 9, Linux, Windows# Запуск програми з вихідних кодів
git clone https://github.com/tarachom/NewProject.git
git clone https://github.com/tarachom/Configurator3.git
git clone https://github.com/tarachom/AccountingSoftwareLib.gitcd NewProject
dotnet run
Детальніше про програму [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Встановити Git
sudo apt-get update
sudo apt install gitДля 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)