File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -52,13 +52,13 @@ in the documentation of this project are to be interpreted as described in [RFC
52
52
53
53
* ** 2.** [ Select your Perl distribution] ( ./doc/REQUIREMENTS.md#runtime-requirements ) .
54
54
55
- Place your relocatable Perl distribution in:
56
- `` {PEB_executable_directory}/resources/app/perl ``
57
- Your relocatable Perl interpreter must be:
58
- `` {PEB_executable_directory}/resources/perl/bin/perl `` on a Linux or Mac macine or
59
- `` {PEB_executable_directory}/resources/perl/bin/wperl.exe `` on a Windows macine.
60
- Your relocatable PERL5LIB folder must be:
61
- `` {PEB_executable_directory}/resources/perl/lib ``
55
+ Place your relocatable Perl distribution in:
56
+ `` {PEB_executable_directory}/resources/app/perl ``
57
+ Your relocatable Perl interpreter must be:
58
+ `` {PEB_executable_directory}/resources/perl/bin/perl `` on a Linux or Mac macine or
59
+ `` {PEB_executable_directory}/resources/perl/bin/wperl.exe `` on a Windows macine.
60
+ Your relocatable PERL5LIB folder must be:
61
+ `` {PEB_executable_directory}/resources/perl/lib ``
62
62
63
63
* Serverless Application:
64
64
* ** 3.** Write your Perl application reading user input on STDIN:
Original file line number Diff line number Diff line change @@ -209,8 +209,8 @@ The [interactive.pl](https://github.com/ddmitov/perl-executing-browser/blob/mast
209
209
## Starting Local Server
210
210
211
211
A [ Mojolicious] ( http://mojolicious.org/ ) application or other local Perl server can be started by PEB provided that
212
- a `` {PEB_app_directory}/local-server.json `` file is found instead of `` {PEB_app_directory}/ index.html``
213
- with the following structure:
212
+ `` {PEB_executable_directory}/resources/app/ index.html `` is missing and
213
+ `` {PEB_executable_directory}/resources/app/local-server.json `` is found with the following structure:
214
214
215
215
``` json
216
216
{
You can’t perform that action at this time.
0 commit comments