Skip to content

Commit

Permalink
removed requirements checker
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Oct 15, 2021
1 parent dbc01f7 commit 0b6ede5
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 99 deletions.
6 changes: 6 additions & 0 deletions cs/editors-and-tools.texy
Expand Up @@ -77,3 +77,9 @@ Composer
========

[Composer] je nástroj na správu závislostí v PHP. Dovoluje nám deklarovat libovolně složité závislosti jednotlivých knihoven a pak je za nás nainstaluje do našeho projektu.


Requirements Checker
====================

Šlo o nástroj, který testoval běhové prostředí serveru a informoval, zda (a do jaké míry) je možné framework používat. V současnosti je Nette možné používat na každém serveru, který má minimální požadovanou verzi PHP.
48 changes: 0 additions & 48 deletions cs/requirements.texy

This file was deleted.

2 changes: 1 addition & 1 deletion cs/troubleshooting.texy
Expand Up @@ -4,7 +4,7 @@

Nejde mi Nette, zobrazuje se bílá stránka
-----------------------------------------
1. Spusťte si [Requirements Checker |requirements] a ověřte, zda webhosting podporuje Nette Framework.
1. Ověřte, zda verzi PHP na webhostingu podporuje Nette Framework.
2. Zkontrolujte, zda lze do adresářů `temp` a `log` zapisovat. Viz [#Nastavení práv adresářů].
3. Zapněte Tracy natvrdo do vývojového režimu.

Expand Down
6 changes: 6 additions & 0 deletions en/editors-and-tools.texy
Expand Up @@ -77,3 +77,9 @@ Composer
========

[Composer] is a tool for managing your dependencies in PHP. It allows us to declare library dependencies and it will install them for us, into our project.


Requirements Checker
====================

It was a tool that tested the server's running environment and informed whether (and to what extent) the framework could be used. Currently, Nette can be used on any server that has the minimum required version of PHP.
49 changes: 0 additions & 49 deletions en/requirements.texy

This file was deleted.

2 changes: 1 addition & 1 deletion en/troubleshooting.texy
Expand Up @@ -4,7 +4,7 @@ Troubleshooting

Nette is not working, white page is displayed
---------------------------------------------
1. Run [Requirements Checker |requirements] and check, if webhosting supports Nette Framework.
1. Verify that the version of PHP on the web host supports the Nette Framework.
2. Check if directories `temp` and `log` are writable. See [#Setting directory permissions].
3. Force Debugger to work in development mode (`Debugger::enable(Debugger::DEVELOPMENT)`).

Expand Down

0 comments on commit 0b6ede5

Please sign in to comment.