-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
42 lines (29 loc) · 1.21 KB
/
README
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
Symphony 1.7.01
=====================
NOTE: 1.7.01 is no longer in development. The latest stable branch, 2.X, can be found at http://github.com/symphonycms/symphony-2/
This installation contains the most recent security patches.
System Requirements
-------------------
* PHP 4.3
* MySQL 3.23 and above
* XSLT Support (LibXSLT or Sablotron)
* Some common modules: XML Support (LibXML), ZLib Compression Library and mod_rewrite Apache module
Installing from scratch
------------------------
1. Extract the .tar.gz archive and upload its contents to your website.
2. Run the install.php script.
3. Once installation is complete, delete install.php.
Installing with an existing workspace
--------------------------------------
1. Extract the .tar.gz archive and upload its contents to your website.
2. Replace the workspace folder that comes with the archive with your own.
3. Run the install.php script.
4. Once installation is complete, delete install.php.
Updating From Symphony 1.6.02+ to 1.7.XX
-----------------------------------------
1. Extract the .tar.gz archive and upload the following
- install.php
- symphony/
- index.php
2. Run the install.php script.
3. Once installation is complete, delete install.php.