Skip to content

MikePearce/Symfony2Base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Symfony Basic Install

I'm tired of forgetting how to setup symfony2 to create quick projects, so I thought I'd setup this basic thing to get up and running quick.

It contains:

  • Bootstrap and a basic layout.html.twig
  • Angular.js
  • jQuery.js

Installation

  1. Simply clone this, or copy it, then delete the .git so you can create a new git repo.
  2. Run php composer.phar update
  3. rm -rf app/cache/*
  4. rm -rf app/logs/*
  5. sudo chmod +a "_www allow delete,write,append,file_inherit,directory_inherit" app/cache app/logs
  6. sudo chmod +a "``whoami`` allow delete,write,append,file_inherit,directory_inherit" app/cache app/logs
  7. If you get any trouble after this, restart apache.

Alternatively, if you're on ubuntu, use this link to set file permissions: http://vvv.tobiassjosten.net/symfony/symfony2-file-permissions-in-ubuntu/

About

Tired of setting up symfony with bootstrap and stuff, I just made something i can get going with.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors