aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-01-17 19:47:01 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-01-17 19:47:01 +0000
commitf6a8dee7288a07c646fa5d729e82b1d9ab7d0209 (patch)
tree6e353530d54efc08a7c3c4839282e8e62eaa9283
parent753629121622682dcac1fb485f74ce0e28c9d33e (diff)
downloadpfsense-packages-f6a8dee7288a07c646fa5d729e82b1d9ab7d0209.tar.gz
pfsense-packages-f6a8dee7288a07c646fa5d729e82b1d9ab7d0209.tar.bz2
pfsense-packages-f6a8dee7288a07c646fa5d729e82b1d9ab7d0209.zip
Quick writeup of how the pkg_mgr installs a package.
-rw-r--r--packages/package_installation_overview.txt29
1 files changed, 29 insertions, 0 deletions
diff --git a/packages/package_installation_overview.txt b/packages/package_installation_overview.txt
new file mode 100644
index 00000000..7c5f40e8
--- /dev/null
+++ b/packages/package_installation_overview.txt
@@ -0,0 +1,29 @@
+ Package installation process for pfSense
+
+
+ Client downloads pkg_config.xml
+ |
+ |
+ Client parses pkg_config.xml and generates a interface
+ of installable packages |
+ |
+ |
+ User selects a package to install
+ |
+ |
+ pkg_mgr.php downloads package master configuration files
+ |
+ |
+ pkg_mgr.php downloads master package and installs. pkg_add -r
+ takes care of downloading and installing all dependencies
+ |
+ |
+ pkg_mgr.php downloads "extra" files that are required such
+ as customized helper scripts, etc.
+ |
+ |
+ pkg_mgr.php interates through the menu section installing
+ needed menu items. |
+ |
+ Package and supporting items are now installed. The package
+ will be listed in "Installed Packages"