blueroses.hu project repository
移至檔案
Gergely Polonkai fdee8d5bf1 Undone parts of cfc8622a5f - JsAssetsHelperBundle is updated upstream 2013-02-28 00:08:20 +01:00
app Undone parts of cfc8622a5f - JsAssetsHelperBundle is updated upstream 2013-02-28 00:08:20 +01:00
nbproject Disabled short PHP open tags in Netbeans project config 2012-09-01 15:14:56 +02:00
spool Modified file structure before uploading to GitHub 2012-08-21 17:26:09 +02:00
src Undone parts of cfc8622a5f - JsAssetsHelperBundle is updated upstream 2013-02-28 00:08:20 +01:00
web Merge branch 'master' of w00d5t0ck.info:blueroses 2012-08-22 11:50:56 +02:00
.gitignore Fixed .gitignore so NetBeans won't get confused 2013-02-26 20:35:47 +01:00
.gitmodules Added jquery.form plugin as a dependency 2012-08-18 10:46:25 +02:00
LICENSE Initial commit with Symfony 2.1+Vendors 2012-07-01 09:52:20 +02:00
README.md Updated README.md 2012-08-22 09:27:52 +02:00
Symfony2-README.md Modified file structure before uploading to GitHub 2012-08-21 17:26:09 +02:00
composer.json Undone parts of cfc8622a5f - JsAssetsHelperBundle is updated upstream 2013-02-28 00:08:20 +01:00
composer.lock Undone parts of cfc8622a5f - JsAssetsHelperBundle is updated upstream 2013-02-28 00:08:20 +01:00
update.sh Added basic book adding functionality 2012-08-18 11:07:36 +02:00

README.md

kekrozsak

This repository contains the source code of a CMS/social site written in PHP 5.3 using the Symfony 2.1 framework.

The site is originally the engine of http://bluroses.hu/ but I meant it to be totally open source.

Installation

After first downloading the repository, you should run

./composer.phar update

to fetch all the required dependencies.

After each pull, you should run

./update.sh

to update everything else (git submodules, cache, assets and so on). If update.sh is changed, I advise to run it again. It can do no harm...

Contributing

If you want to contribute to this project for any reason, you can do it in the GitHub way: fork the repository, modify the source and create a pull request.

If you can't write code in PHP, but have an idea, feel free to open an issue.