forked from textpattern/textpattern
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.txt
More file actions
34 lines (26 loc) · 1.39 KB
/
README.txt
File metadata and controls
34 lines (26 loc) · 1.39 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
32
33
34
Textpattern 4.0.8
Released under the Gnu General Public License
== Installation ==
* Extract the files to your site (in the web root, or choose a
subdirectory). The top-level index.php should reside in this
directory, as should the /textpattern/ and the /rpc/ directory.
* Create, or establish the existence of, a working mysql database,
load /textpattern/setup/ (or /subpath/textpattern/setup/ )
in a browser, and follow the directions.
== Upgrading ==
* Simply replace the two files in your main installation directory
(index.php and .htaccess), everything in your /rpc/ directory and
everything in your /textpattern/ directory (except config.php)
with the corresponding files in this distribution.
* When you login to the admin-side, the relevant upgrade script is
run automatically. Please take a look into diagnostics to find out
whether there are any errors and whether the correct version number
is displayed.
== Getting Started ==
* FAQ is available at http://textpattern.com/faq
* In-Depth Documentation and tag-index is available in the TextBook project
at http://textbook.textpattern.net/
* You can get support in our forums at http://forum.textpattern.com/
* IMPORTANT: Regularly check back at textpattern.com to see if updates are
available. 4.0.x is in maintenance mode which means updates are as painless
as possible, and often fix important bugs or security-related issues.