Added docs on prebuilt+source tree (closes #7)

gh-pages
Hauke D 7 years ago
parent c7687a54b4
commit a6c9f4c2a3

@ -124,7 +124,7 @@ Release Checklist
At a minimum there is: At a minimum there is:
- `web/webperl.js` - `Perl.WebPerlVersion` - `web/webperl.js` - `Perl.WebPerlVersion`
- `emperl5/ext/WebPerl/WebPerl.pm` - `$VERSION` - `emperl5/ext/WebPerl/WebPerl.pm` - `$VERSION`
- `pages/index.md` - download links - `pages/index.md` and `pages/using.md` - download links
- Update [Subresource Integrity](https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity) values as needed, e.g.: - Update [Subresource Integrity](https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity) values as needed, e.g.:

@ -30,6 +30,19 @@ Your feedback is always appreciated!
Basic Usage Basic Usage
----------- -----------
### Getting WebPerl
If you plan on building WebPerl, for example if you'd like to add more CPAN
modules, then head on over to [Building WebPerl](building.html). Otherwise, if
you'd just like to get started quickly and work with the prebuilt WebPerl
(includes many of the Perl core modules plus a couple extras), then download
[`webperl_prebuilt_v0.07-beta.zip`](https://github.com/haukex/webperl/releases/download/v0.07-beta/webperl_prebuilt_v0.07-beta.zip)
and unpack it. This ZIP file includes the contents of the
[`web`](https://github.com/haukex/webperl/tree/master/web) directory of the
source code, as well as the build products `emperl.*` (currently three files).
If you'd like to work with the source code as checked out from GitHub, then you
can copy these `emperl.*` files into the `web` directory of the source tree.
### Serving WebPerl ### Serving WebPerl
You should serve WebPerl via a webserver of your choice, or you can You should serve WebPerl via a webserver of your choice, or you can

Loading…
Cancel
Save