From e3b3851507657b485e662188716cc8ff9d835795 Mon Sep 17 00:00:00 2001 From: Polonkai Gergely Date: Wed, 22 Aug 2012 09:27:52 +0200 Subject: [PATCH] Updated README.md Signed-off-by: Gergely Polonkai --- README.md | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a4ba62..47b2a6a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,29 @@ kekrozsak ========= -blueroses.hu repository +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.