mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 09:19:15 -04:00
PR: 189777 Submitted by: Zsolt Udvari Approved by: maintainer (Bo-Yi Wu) (first version) Verified by: Redports 8x pass
20 lines
840 B
Text
20 lines
840 B
Text
|
|
*********************************************************************
|
|
You have just installed the CodeIgniter web application framework.
|
|
|
|
Note that you should restart your web server to ensure that
|
|
the CodeIgniter configuration file is loaded.
|
|
|
|
To use CodeIgniter:
|
|
- Copy %%WWWDIR%%/index.php.sample as index.php to the root
|
|
of your project directory.
|
|
- Copy the %%WWWDIR%%/application/config/ directory.
|
|
Edit files, especially base URL in config.php.
|
|
- If you intend to use a database, copy and edit the
|
|
%%WWWDIR%%/application/config/database.php too.
|
|
- For more information please check
|
|
http://ellislab.com/codeigniter/user-guide/installation/index.html
|
|
|
|
- If you are upgrading from a prior release, please visit:
|
|
http://codeigniter.com/user_guide/installation/upgrading.html
|
|
for additional post-installation instructions.
|