philsturgeon / pyrocms

PyroCMS is a CMS built using the CodeIgniter PHP framework with modularity in mind. Lightweight, themeable and dynamic.

This URL has Read+Write access

pyrocms / INSTALL
100755 31 lines (21 sloc) 0.934 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
INTALL
======
 
1.) Unzip.
 
2.) Upload.
 
3.) Apply the following permissions.
 
cd /home/pyrocms/public_html/
 
chmod 777 codeigniter/cache
chmod 777 codeigniter/logs
chmod -R 777 application/cache
chmod 777 application/config/config.php
chmod 777 application/config/database.php
chmod -R 777 application/uploads
chmod -R 777 application/assets/img/galleries
chmod -R 777 application/assets/img/products
chmod -R 777 application/assets/img/staff
chmod -R 777 application/assets/img/suppliers
 
4.) Run the installer, this can be done by navigating to http://www.yoursite.com/installer. This will set up the database
and create your config files. If this fails, run the SQL manually from installer/sql/.
 
5.) Remove the installer directory.
 
6.) Go to your web root, login as "demo@example.com" with the password "password" and make yourself an admin user account.
 
7.) Log into your new account and delete demo@example.com.