symphony / symphony-2
- Source
- Commits
- Network (37)
- Downloads (14)
- Graphs
-
Tag:
2.0
| name | age | message | |
|---|---|---|---|
| |
LICENCE.txt | Thu Sep 18 04:19:56 -0700 2008 | |
| |
README.txt | ||
| |
index.php | Thu Sep 18 04:19:56 -0700 2008 | |
| |
install.php | ||
| |
symphony/ | ||
| |
workspace/ |
README.txt
Symphony 2 ------------------------------------ Version: 2.0 Status: Stable Build Date: 8th December 2008 Github Repository: http://github.com/symphony/symphony-2/tree/master [SYNOPSIS] Symphony is a PHP & MySQL based CMS that utilises XML and XSLT as it's core technologies. This repository represents version 2.0 and is considered stable. Visit the beta forum at http://overture21.com/forum/ [INSTALLING FROM GIT] 1. Clone the git repository to the location you desire using: git clone git://github.com/symphony/symphony-2.git Should you wish to make contributions back to the project, feel free to fork the master tree, instead of cloning, and issue pull requests via github. 2. Follow from step 2 below [INSTALLATION] ** See further down for updating instructions ** 1. This step assumes you downloaded a zip archive from the Symphony website (http://symphony21.com). Upload the following files and directories to the root directory of your website: - index.php - install.php - /symphony - /workspace - /extensions (Alternatively, you can upload the .zip archive to the same location and run 'unzip' from the command line.) Note: You can leave /workspace out if you do not want the default theme. 2. Point your web browser at http://yourwebsite.com/install.php and provide details for establishing a database connection and about your server environment. 3. Celebrate! [UPDATING] Updating requires you are running Symphony 2 Beta, revision 5. 1. Backup /symphony/.htaccess and /symphony/lib/toolkit/fields/field.sectionlink.php 2. Replace /symphony, index.php with those contained in this archive. 3. Put the backed up .htaccess file into the new /symphony folder 4. Put the backed up fields.sectionlink.php file into /symphony/lib/toolkit/fields 5. Dance like it's 1999!

