blueroses.hu project repository
Go to file
Gergely Polonkai (W00d5t0ck) c76fbd0ad9 Added SymfonyRequirements.php to .gitignore
It is generated by composer

Signed-off-by: Polonkai Gergely <polonkai.gergely@brokernet-group.com>
2012-08-23 15:55:30 +02:00
app Merge branch 'master' of w00d5t0ck.info:blueroses 2012-08-22 11:50:56 +02:00
nbproject Changed NetBeans project options 2012-08-16 10:01:01 +02:00
spool Modified file structure before uploading to GitHub 2012-08-21 17:26:09 +02:00
src Fixed missing comment terminator 2012-08-23 15:54:49 +02:00
web Merge branch 'master' of w00d5t0ck.info:blueroses 2012-08-22 11:50:56 +02:00
.gitignore Added SymfonyRequirements.php to .gitignore 2012-08-23 15:55:30 +02: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 Added popup functionality and Library 2012-08-08 22:15:51 +02:00
composer.phar Updated composer 2012-08-08 23:08:24 +02: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.