packages: CodeIgniter/INSTALL-PLD.txt (NEW) - initial (how to use users the...
uzsolt
uzsolt at pld-linux.org
Wed Apr 13 09:44:43 CEST 2011
Author: uzsolt Date: Wed Apr 13 07:44:43 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- initial (how to use users the installed CI)
---- Files affected:
packages/CodeIgniter:
INSTALL-PLD.txt (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: packages/CodeIgniter/INSTALL-PLD.txt
diff -u /dev/null packages/CodeIgniter/INSTALL-PLD.txt:1.1
--- /dev/null Wed Apr 13 09:44:43 2011
+++ packages/CodeIgniter/INSTALL-PLD.txt Wed Apr 13 09:44:38 2011
@@ -0,0 +1,28 @@
+This file describes how to install CodeIgniter in PLD.
+
+The steps are simple (the package CodeIgniter is installed yet).
+1. Create a directory in your ~/public_html, e.g. ci (optional).
+2. Copy the /usr/share/CodeIgniter/index.php to the directory (created in step 1).
+3. Edit the copied index.php: set the correct path in $application_folder (line 75)
+ without trailing slash (e.g. "/home/users/uzsolt/programs/codeigniter").
+ This directory can be outside of ~/public_html.
+ Please don't change $system_path, it points to system-installed CodeIgniter.
+4. Create the $application_folder, and its subdirectories:
+ * config
+ * controllers
+ * models
+ * views
+ And optional (but suggested!) directories:
+ * core
+ * errors
+ * helpers
+ * hooks
+ * language
+ * libraries
+ * logs
+5. You can populate this directories from /usr/share/CodeIgniter/application (optional).
+6. Edit config/*.php (autoload.php, config.php, database.php or whatever do you need).
+7. You can access your programs via http://localhost/~USERNAME/ci/index.php
+ (`ci' is created in step 1.)
+8. Happy programming :)
+
================================================================
More information about the pld-cvs-commit
mailing list