blueroses.hu project repository
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Gergely Polonkai fdee8d5bf1 Undone parts of cfc8622a5f - JsAssetsHelperBundle is updated upstream 10 years ago
app Undone parts of cfc8622a5f - JsAssetsHelperBundle is updated upstream 10 years ago
nbproject Disabled short PHP open tags in Netbeans project config 11 years ago
spool Modified file structure before uploading to GitHub 11 years ago
src Undone parts of cfc8622a5f - JsAssetsHelperBundle is updated upstream 10 years ago
web Merge branch 'master' of w00d5t0ck.info:blueroses 11 years ago
.gitignore Fixed .gitignore so NetBeans won't get confused 10 years ago
.gitmodules Added jquery.form plugin as a dependency 11 years ago
LICENSE Initial commit with Symfony 2.1+Vendors 11 years ago
README.md Updated README.md 11 years ago
Symfony2-README.md Modified file structure before uploading to GitHub 11 years ago
composer.json Undone parts of cfc8622a5f - JsAssetsHelperBundle is updated upstream 10 years ago
composer.lock Undone parts of cfc8622a5f - JsAssetsHelperBundle is updated upstream 10 years ago
update.sh Added basic book adding functionality 11 years ago

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.