Skip to content

dkorsak/symfony-sandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Symfony2 Sandbox based on bootstrap 3 sonata admin theme. Included Grund, Bower and Sass.

See theme here

How to install:

  1. git clone git@github.com:dkorsak/symfony-sandbox.git
  2. rm ./symfony-sandbox/.git -Rf
  3. cd symfony-sandbox
  4. cp ./cms/app/config/parameters.yml.dist ./cms/app/config/parameters.yml
  5. ant composer
  6. Configure your project, edit /cms/app/config/parameters.yml file and set database connection, APC, Memcached etc.
  7. Install grunt and bower see https://github.com/dkorsak/symfony-sandbox/blob/grunt/cms/README.md
  8. ant build

$ ant - shows all available ant tasks