Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/concretecms/concrete5-legacy
Legacy repository for concrete5
https://github.com/concretecms/concrete5-legacy
Last synced: 12 days ago
JSON representation
Legacy repository for concrete5
- Host: GitHub
- URL: https://github.com/concretecms/concrete5-legacy
- Owner: concretecms
- Archived: true
- Created: 2011-03-10T22:30:30.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2022-12-22T08:28:06.000Z (almost 2 years ago)
- Last Synced: 2024-08-01T19:48:46.146Z (3 months ago)
- Language: PHP
- Homepage: http://www.concrete5.org
- Size: 37.6 MB
- Stars: 562
- Watchers: 70
- Forks: 326
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/concrete5/concrete5-legacy.png?branch=master)](https://travis-ci.org/concrete5/concrete5-legacy)
c5c5c5c5c5c5c5c5c5c5c5c5c5c5c5c
c5c5c5c5c5c5c5c5c-c5c5c5c5c5c5c5c
| c5c5c5c5c5--c5c5 5c5c5c5c5c5c5c
| c5c5c5c5c c5c5 c5c5c.5c5c5c5c
| c5c5c5c5c. c5c5 c5c5 :c5c5c5c
| c5c- .c5c5 5c5 c5c. 5c5c5c5c
| c5c5 :c5c c5c. c5c '5c5c5c5c .,
| c5c5: c5c: c5c5 .c5. c5c5c5c5c /c-._
| c5c5c. :5c5c-c5c5-5c5:.5c5c5c5c5c --/c5c5c\
| c5c5c5c.5c5:. .:c5c5c5c5c5c .--/c5c5c5c5c5c\
| c5c5c5c5. .c5c5-.5c5c __-"5c5c5c5c5c5c5c5c'-._
| c5c5c5c .c5c5c5c5c5c5. .c5c _-/c5c5c5-5.-"'-c5c5c5c5c5c\_ _____
| c5c5c5 5c5c5c5c5c5. c5c5c _.,-='"c-*-:; *, '"*5c5c5c5c5"--__ / ____]
| c5c5c5: :c5c5c5c5. :5c5c5c -"""c5; c5c ` ' '"'_'"""'- "'- / /___
| c5c5c5c: .c5c. :5c5c5c5c ___ ___ _ _ ___ _ _ ___ _| |_ _ _ / ___ \
| c5c5c5c5c5:. .c5c5c5c5c5c / _] / \ | \ / _]| _] / \|_ _| / \ __ \ \
| c5c5c5c5c5c5c5c5c5c5c5c5c5c5c5c5c ( (_ ( )| || |( (_ | / ( --- | |_ ( --- \ \ _ / /
\ c5c5c5c5c5c5c5c5c5c5c5c5c5c5c5c \\___]\\___/||_||_|\\___]|_| \\___/ \\___]\\___/ \\_____/
------------------------------ -- -- -- -- -- -- -- -- -- ----# Legacy Version
This is the legacy version of Concrete5. It is still being actively maintained, but significant development and new features are a part of Version 5.7 and greater.
New versions of concrete5 can be found in this repository: http://github.com/concrete5/concrete5/# Note
This is the development distribution of concrete5 Legacy. It is bleeding edge. The latest development build can be downloaded from https://github.com/concrete5/concrete5-legacy/zipball/master.
For the latest fully supported release, check out http://www.concrete5.org/download/
# Installation Instructions for concrete5
1. Make sure your config/, packages/ and files/ directories are writable by a web server. These directories are in the root of the archive. This can either be done by making the owner of the directories the web server user, or by making them world writable using chmod 777 (in Linux/OS X.)
2. Create a new MySQL database and a MySQL user account with the following privileges on that database: INSERT, SELECT, UPDATE, DELETE, CREATE, DROP, ALTER
3. Visit your concrete5 site in your web browser. You should see an installation screen where you can specify your site's name, your base URL, and your database settings, and the rest of the information necessary to install concrete5.
4. Click through and wait for the installation to complete.
5. concrete5 should be installed.
# Documentationhttp://concrete5.org/documentation/
# Code Submissions
http://www.concrete5.org/developers/submitting-code/submitting_code_to_concrete/
### Short Tags
The concrete5 git repository currently uses php "short tags". Pull requests should maintain this convention. Final release versions have short tags converted to long tags. _Note:_ This issue has thoroughly discussed. Currently the shed is red but may be painted green in the future.If short tags are not enabled in your development environment you can enable them either
* In `php.ini` add `short_open_tag = On`
* In Apache `.htaccess` add `php_value short_open_tag 1`### Building Assets
You *do not* need to build assets in order to run the github master
This is only needed if you are hacking core javascript and css.
For further details see the `build` folder.