blueroses.hu project repository
Go to file
Polonkai Gergely f220206de8 Merge branch 'master' of github.com:w00d5t0ck/kekrozsak 2012-09-10 12:48:12 +02:00
app Added a slug property to the News entity 2012-09-01 23:45:02 +02: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 Added skeleton for news editor 2012-09-01 23:54:47 +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 jmikola/js-assets-helper-bundle 2012-08-25 23:06:45 +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.