symbb/symbb

Symfony 2 BB Forum

Installs: 201

Dependents: 0

Suggesters: 0

Security: 0

Stars: 7

Watchers: 4

Forks: 2

Open Issues: 1

Language:JavaScript

Type:symfony-bundle

dev-master 2015-10-28 10:15 UTC

This package is not auto-updated.

Last update: 2022-04-16 03:00:29 UTC


README

Join the chat at https://gitter.im/SymBB/symbb Latest Stable Version Latest Unstable Version Total Downloads

Sandbox Version

You can find the Sandbox Version under this url: https://github.com/seyon/symbb_sandbox

The Sandbox Version has a finished setup for the SymBB Forum. You can use it to try it out, but dont use it for projects. The System is not finished and not stabel.

Wiki

I will add the wiki later after the first pre stable version

Important Notes

Currently the SymBB System force SF to use special configurations!

It defines some Framework/Doctrine/... configurations and you can not override it with the global config file!

So if you need to change configurations disable the Symbb/Core/ConfigBundle and replace it with a extended version who dont add the Configfiles. But in this case you must configure all the stuff manually.

Notices for me

Utils

create Translation files

php app/console translation:extract de -c symbb

Update Steps

  • composer update / git update
  • rm -r app/cache/*
  • rm -r app/logs/*
  • php app/console doctrine:schema:update --force --em=symbb
  • php app/console fos:js-routing:dump
  • php app/console assets:install
  • php app/console assetic:dump --env=prod