blob: 90223d10011a969d59b1e3624ee6278dfad6a201 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
[
{ type: install
message: <<EOM
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://codeigniter.com/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.
EOM
}
]
|