forked from bema2004sw/pyrocms
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathINSTALL
More file actions
executable file
·30 lines (21 loc) · 939 Bytes
/
INSTALL
File metadata and controls
executable file
·30 lines (21 loc) · 939 Bytes
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
INTALL
======
1.) Unzip.
2.) Upload.
3.) 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_files/.
4.) Remove the installer directory
5.) 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
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.