Skip to content

Initialize the project

youknowriad edited this page May 16, 2012 · 3 revisions

Intialize Bloginy

  • Clone the repository
  • Update the dependencies by doing:

$ php bin/vendors.php install --reinstall

  • Update the parameters file app/config/parameters.ini
  • Run the init command like this

$ php app/console bloginy:init

If you want to have some test data, init like this :

$ php app/console bloginy:init -l

Some issues

Clone this wiki locally