-
-
Notifications
You must be signed in to change notification settings - Fork 109
Expand file tree
/
Copy pathINSTALL.txt
More file actions
93 lines (73 loc) · 3.44 KB
/
INSTALL.txt
File metadata and controls
93 lines (73 loc) · 3.44 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
Textpattern CMS 4.9.1
== Install ==
Table of Contents
# Preflight
# Installation
## Files and Directories
## Setup
# Updates
-- Preflight --
* Ensure the server meets or exceeds the system requirements:
https://textpattern.com/system-requirements
* Create or verify the existence of a database with valid username and password.
Ensure the database user permissions meet the system requirements.
-- Installation --
- Files and Directories -
* Copy or upload the following Textpattern files and directories to the web
site (domain root, subdirectory or subdomain):
/css.php
/files/
/images/
/index.php
/textpattern/
/themes/
* If multi-site functionality is required, copy or upload the following:
/sites/
Note: obtain and extract the Textpattern .tar.gz or .tar.xz archive. The .zip
archive does not include the scaffold for multi-site support.
* If XML-RPC server functionality is required, copy or upload the following:
/rpc/
* For Apache web server and derivatives, copy or upload the following:
/.htaccess
Note: This file is hidden by default on some operating systems. File transfer
clients typically have an option to show these hidden files.
* For Apache web server and derivatives, rename:
/textpattern/plugins/.htaccess-dist to /textpattern/plugins/.htaccess
This is so plugin code cannot be executed directly from the browser.
For web servers other than Apache, please ensure direct access to the plugins
directory from the browser is prohibited.
- Setup -
* From a web browser, open /textpattern/setup/ on the site to start the setup
process. Follow the directions.
* When the setup is complete, remove the /textpattern/setup/ directory
from the site.
* Log into Textpattern with your account username and password, and check
Admin -> Diagnostics.
-- Updates --
* Textpattern is actively developed. Updates are released to enhance and extend
functionality, fix bugs and address security-related issues. It is recommended
to periodically check for newer releases. Updates are engineered to be low
friction and are accompanied by release notes indicating historical changes.
* The software version number is displayed on every admin-side page by default.
The latest production Textpattern release can be obtained from:
Website landing page: https://textpattern.com/download
GitHub releases page: https://github.com/textpattern/textpattern/releases
* The following URLs are updated as part of every production release cycle:
Latest release (.zip): https://textpattern.com/latest.zip
Latest release (.tar.gz): https://textpattern.com/latest.tar.gz
Latest release (.tar.xz): https://textpattern.com/latest.tar.xz
Administrators wishing to automate checking for new releases can refer to the
following JSON endpoints:
Website: https://textpattern.com/version.json
GitHub: https://github.com/textpattern/textpattern/blob/main/package.json
== Resources ==
* Website: https://textpattern.com/
* Support forum: https://forum.textpattern.com
* Documentation: https://docs.textpattern.com
* Social: https://textpattern.com/mastodon
https://textpattern.com/x
* Development: https://textpattern.com/github
* Contributing: https://docs.textpattern.com/development/contributing
* Sponsor: https://github.com/sponsors/textpattern
https://opencollective.com/textpattern-collective
* Donate: https://textpattern.com/about/patrons