Skip to content

Commit 3bc709a

Browse files
committed
Add short text introducing PIE
1 parent 2e5f291 commit 3bc709a

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

install/pie.xml

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!-- $Revision$ -->
3+
4+
<chapter xml:id="install.pie" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" annotations="chunk:false">
5+
<title>Installation of PIE and third-party extensions</title>
6+
7+
<sect1 xml:id="install.pie.intro">
8+
<title>Introduction to PIE</title>
9+
<simpara>
10+
&link.pie; is an installer for PHP, that makes it possible to install
11+
third-party PHP extensions, that can then be easily installed and updated.
12+
It leverages the PHP extension repository part of
13+
<link xlink:href="&url.packagist;">Packagist</link> to find the source code
14+
to build the extension, or a Windows binary to download, if it exists. If it
15+
downloads the source code, it also knows how to build and install it.
16+
</simpara>
17+
<simpara>
18+
After <link xlink:href="&url.pie;?tab=readme-ov-file#what-do-i-need-to-get-started">installing
19+
the requirements and PIE itself</link>, you can then install the
20+
<link linkend="mongodb.mongodb">MongoDB extension</link> by running the
21+
following on the command line.
22+
</simpara>
23+
<example>
24+
<title>Installing the MongoDB extension with PIE</title>
25+
<programlisting role="shell">
26+
<![CDATA[
27+
pie install mongodb/mongodb-extension
28+
]]>
29+
</programlisting>
30+
</example>
31+
<simpara>
32+
The <link xlink:href="&url.pie;/blob/main/docs/usage.md">"PIE
33+
Usage" documentation</link> goes into this in more depth.
34+
</simpara>
35+
36+
</sect1>
37+
</chapter>

0 commit comments

Comments
 (0)