Skip to content

Commit

Permalink
fix-urls (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuszkrzaczkowski authored Nov 8, 2024
1 parent bde26c7 commit 7622d20
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion docs/1-introduction/7-license-open-source.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ Aktualnie w systemie YetiForce jest około 200 różnych bibliotek zależnych. A
- nazwa licencji
- treść licencji

Licencje można sprawdzić również na wersji publicznej dostępnej tutaj: https://gitdeveloper.yetiforce.com/ (jest to wersja developerskie i co jakiś czas może nie być dostępna) w zakładce: `Konfiguracja systemu → O aplikacji → Licencje` jak również bezpośrednio pod linkiem https://gitdeveloper.yetiforce.com/index.php?module=Vtiger&view=Credits&parent=Settings dostępnym po zalogowaniu [aby się zalogować, nie trzeba znać danych do logowania, są uzupełniane automatycznie].
Licencje można sprawdzić również na wersji publicznej dostępnej tutaj: https://demo.yetiforce.com/ (jest to wersja developerskie i co jakiś czas może nie być dostępna) w zakładce: `Konfiguracja systemu → O aplikacji → Licencje` jak również bezpośrednio pod linkiem https://demo.yetiforce.com/index.php?module=Vtiger&view=Credits&parent=Settings dostępnym po zalogowaniu [aby się zalogować, nie trzeba znać danych do logowania, są uzupełniane automatycznie].

## Przekazanie autorskich praw majątkowych

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ Następujące pola mogą być dodane:
- Aplikacja Web service

:::info
💻 Demo: https://gitdeveloper.yetiforce.com/index.php?module=LayoutEditor&parent=Settings&view=Index
💻 Demo: https://demo.yetiforce.com/index.php?module=LayoutEditor&parent=Settings&view=Index
:::
8 changes: 4 additions & 4 deletions docs/3-administrator-guides/16-automation/2-cron/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ CRON można włączyć w kilku prostych krokach:

### Windows - nie zaleca się używania Windows jako serwera dla systemu YetiForce.

### Adres URL może być używany do uruchomienia CRON, np. https://gitdeveloper.yetiforce.com/cron.php?app_key=xxxx
### Adres URL może być używany do uruchomienia CRON, np. https://demo.yetiforce.com/cron.php?app_key=xxxx

`app_key` to klucz znajdujący się w pliku [config/Main.php](https://doc.yetiforce.com/code/classes/Config-Main.html#property_application_unique_key) w zmiennej `$application_unique_key`.

Expand All @@ -61,7 +61,7 @@ CRON można włączyć w kilku prostych krokach:
### W przypadku problemów z wyzwalaniem CRON z CLI, istnieje alternatywa, ale nie zaleca się:

```bash
*/2 * * * * /usr/bin/lynx -source https://gitdeveloper.yetiforce.com/cron.php?app_key=xxxx
*/2 * * * * /usr/bin/wget -O - -q -t 1 https://gitdeveloper.yetiforce.com/cron.php?app_key=xxxx
*/2 * * * * curl -s https://gitdeveloper.yetiforce.com/cron.php?app_key=xxxx
*/2 * * * * /usr/bin/lynx -source https://demo.yetiforce.com/cron.php?app_key=xxxx
*/2 * * * * /usr/bin/wget -O - -q -t 1 https://demo.yetiforce.com/cron.php?app_key=xxxx
*/2 * * * * curl -s https://demo.yetiforce.com/cron.php?app_key=xxxx
```
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ $password = ''; //Hasło, opcjonalnie

## 1.3 Uruchom skrypt

Jeśli uruchomisz skrypt przez przeglądarkę, wgraj plik do katalogu publicznego (jeśli webroot jest ustawiony na ten katalog) i uruchom adres CRM oraz nazwę skryptu, np. https://gitdeveloper.yetiforce.com/PasswordReset.php
Jeśli uruchomisz skrypt przez przeglądarkę, wgraj plik do katalogu publicznego (jeśli webroot jest ustawiony na ten katalog) i uruchom adres CRM oraz nazwę skryptu, np. https://demo.yetiforce.com/PasswordReset.php

Jeśli uruchomisz skrypt z poziomu CLI, wgraj skrypt do katalogu głównego i uruchom plik.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Dostęp musi zawierać uprawnienia do odczytu i zapisu plików, a mianowicie:
- sposób szyfrowania danych (np.: FTP przez TLS)
- ścieżka pod którą znajduje się system

Konfiguracja serwera zawsze musi być zgodna z aktualnymi wymogami konfiguracyjnymi opisanymi na [stronie](/introduction/requirements/). Niezgodność może powodować błędy w funkcjonowaniu systemu, dodatkowo nie będą działać mechanizmy debugowania. Do weryfikacji konfiguracji można wykorzystać narzędzie wbudowane w systemie i dostępne pod adresem https://gitstable.yetiforce.com/index.phpparent=Settings&module=ConfReport&view=Index&block=14&fieldid=65
Konfiguracja serwera zawsze musi być zgodna z aktualnymi wymogami konfiguracyjnymi opisanymi na [stronie](/introduction/requirements/). Niezgodność może powodować błędy w funkcjonowaniu systemu, dodatkowo nie będą działać mechanizmy debugowania. Do weryfikacji konfiguracji można wykorzystać narzędzie wbudowane w systemie i dostępne pod adresem https://demo.yetiforce.com/index.phpparent=Settings&module=ConfReport&view=Index&block=14&fieldid=65

#### 4. Dostęp do bazy danych

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ We always try to trigger the error on the developer version of YetiForce, which

## 3. The issue was not tested on our server

The issue wasn't tested on https://gitdeveloper.yetiforce.com/ It's extremely important for the issue to be tested on our servers. If you skip that step, we might close it and label as ignored. It's due to the fact that we take care of hundreds of issues every month, and we can't guess the error's behavior on our servers. We don't want to waste our time trying to find the cause, especially if it turns out that everything is working just fine on our server, and the users are experiencing problems due to their server's incorrect configuration. If you add all the details on testing the error on our server, and the error still occurs, you can submit a new issue or request reopening the existing one.
The issue wasn't tested on https://demo.yetiforce.com/ It's extremely important for the issue to be tested on our servers. If you skip that step, we might close it and label as ignored. It's due to the fact that we take care of hundreds of issues every month, and we can't guess the error's behavior on our servers. We don't want to waste our time trying to find the cause, especially if it turns out that everything is working just fine on our server, and the users are experiencing problems due to their server's incorrect configuration. If you add all the details on testing the error on our server, and the error still occurs, you can submit a new issue or request reopening the existing one.

## 4. The issue is related to specific environment

Expand Down
2 changes: 1 addition & 1 deletion docs/5-contributing/4-issues-and-discussions.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ tags:

## Test the software and report bugs

You can test our [development version](https://gitdeveloper.yetiforce.com) and report all problems you find using the [Issues tab](https://github.com/YetiForceCompany/YetiForceCRM/issues) in our [GitHub repository](https://github.com/YetiForceCompany/YetiForceCRM).
You can test our [development version](https://demo.yetiforce.com) and report all problems you find using the [Issues tab](https://github.com/YetiForceCompany/YetiForceCRM/issues) in our [GitHub repository](https://github.com/YetiForceCompany/YetiForceCRM).

Remember that system testing and bug reporting is also considered contribution to the development of the system, because if we don't know that there is a bug, we can't fix it.

Expand Down

0 comments on commit 7622d20

Please sign in to comment.