forked from philippe/FrogCMS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
install.txt
44 lines (28 loc) · 1.36 KB
/
install.txt
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
32
33
34
35
36
37
38
39
40
41
42
43
44
# FROG CMS - INFORMATION AND INSTALLATION
## Installation
1. Manually create your database.
You will need to know the database name, user, and password for installation
purposes.
(phpMyAdmin is a good tool for this)
2. Upload the Frog CMS package to your webserver; it is happy to work in a
subdirectory.
3. Open your browser and go to the frog_path/install/ page.
(e.g. http://www.mysite.com/install if Frog is in the root;
or http://www.mysite.com/frog/install if Frog is in a subdirectory)
Answer all questions after reviewing them carefully!
4. After finishing the installation, you will get a message that includes a
link to your_frog_dir/admin/ section.
This page also shows you the administrator's username and password.
5. Delete the /install directory.
6. Remove all write permissions for the config.php file.
Frog will refuse to execute until you do this.
7. Login with the admin username/password.
You should change your admin passsword to something private and secure!
## Optional
### To remove the ? in the url
1. Edit file _.htaccess and correct (if necessary) the RewriteBase setting for
your installation.
2. Rename _.htaccess to .htaccess.
3. Add write permissions to config.php, edit config.php (in Frog's root dir) and
define USE_MOD_REWRITE to true. Save and don't forget to remove the write
permissions again.