summaryrefslogtreecommitdiff
path: root/www/codeigniter/files/pkg-message-noapache.in
blob: acb5e94ca18f32a4dd25d915b7ea9d86fc8590fe (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.

Optional post-installation instructions include:

- Open the %%WWWDIR%%/application/config/config.php
  file with a text editor and set your base URL.

- If you intend to use a database, open the
  %%WWWDIR%%/application/config/database.php
  file with a text editor and set your database settings.

- Other user-configurable files include:
    %%WWWDIR%%/index.php
    Any file located in %%WWWDIR%%/application/config

- If you are upgrading from a prior release, please visit:
  http://codeigniter.com/user_guide/installation/upgrading.html
  for additional post-installation instructions.
EOM
}
]