desarrolla2 / BlogBundle

This is the most complete bundle you can find to start creating your blog, actualy this blogBundle is running on Symfony2.3
http://desarrolla2.com
23 stars 20 forks source link

bundle installation - htmlpurifier error #1

Closed ciprian-cucu closed 11 years ago

ciprian-cucu commented 11 years ago

Hello,

I am trying to install the BlogBundle to a Symfony2.2 project.

As instructed, I modified the .json file and then ran the command php composer.phar update

but i got an error

desarrolla2/rss-client v2.0.3 requires ezyang/htmlpurifier dev-master -> no matching package found.

From what I understand, htmlpurifier is a third party library that cannot be loaded directly by composer.

I've been trying to set it up but it seems that no matter what I do, the composer update still won't see the library.

Can you offer a simple procedure to install the dependencies (including htmlpurifier) in order to intall the BlogBundle?

Best Regards, Ciprian

desarrolla2 commented 11 years ago

Hi @cipyk.

I have not updated the documentaion for months, sorry, I promise to revise and update this week.

The blog has some dependencies difficult.

Regards!

ciprian-cucu commented 11 years ago

Hei, thanks for replying so soon. I'm looking forward to testing the bundle :)

cyberalternative117 commented 11 years ago

Hello,

https://packagist.org/packages/desarrolla2/blog-bundle It is very useful until desarolla responds =).

You must to write "desarrolla2/blog-bundle": "dev-master" into composer.json and not "rss-client-bundle" only

Good luck to you.

desarrolla2 commented 11 years ago

Hi for all.

I just updated the version required by rss-client and fix the bug.

You only need run

composer update

Regards

rmelian commented 11 years ago

Hola desarrolla, primero quiero decirte que soy un gran fan del trabajo que haces, he visto los bundles que tienes aqui en github y los post del sitio desarrolla2.com y me parecen fantasticos.

Disculpa mi desconocimiento pero estoy intentando instalar el BlogBundle pero no veo por niguna parte el layout (backend.html.twig), me podrias decir que me estoy saltando, si es que me falta por descargar algo?.

saludos

desarrolla2 commented 11 years ago

Hola Melian, gracias por tu apoyo.

El BlogBundle tiene ciertos requerimientos que no he especificado, por ejemplo tienen que existir determinadas plantillas en la aplicación, si no el BlogBundle dará error.

Publique el BlogBundle más como algo que puedes usar como guía para resolver algunos planteamientos que como algo que se pueda usar para crear un blog, pero viendo que algunas personas lo están intentando usar, voy a tratar de mejorar la documentación.

He creado el repositorio https://github.com/desarrolla2/BlogBundle-sandbox que se supone que va a contener lo necesario para crear un blog desde 0 com el BlogBundle y una aplicación Symfony2.

Mi idea es poder mejorar la documentación mientras que creo el repositorio, estate atento en los próximos días.


Hi Melian, thanks for your support.

The BlogBundle has some requeriments that i dont explain in documentation, for example it needs some templates in your application. if you haven't it the BlogBundle fails.

I published the BlogBundle more as something that you want to follow as guide for develop your blog, than a something that you can use ad hoc. But I see that many people are trying to use it, so i will to improve the documentation.

I created the repo https://github.com/desarrolla2/BlogBundle-sandbox where will contain all things that you need to create your blog from the scratch with BlogBundle and a Symfony2 application.

Mi target is improve the documentation while i'm developing the sandbox, you stay tuned the next days!

rmelian commented 11 years ago

Hi Daniel, thanks you very much for the quickly reply, I’m very happy to hear that and I’d like to collaborate with the project too.

best regards rmelian