packagist.org网站镜像代码

Jordi Boggiano 83d6a38a6f Merge pull request #64 from datiecher/master vor 13 Jahren
app e5c3f2640d Add optional GA tracking code vor 13 Jahren
bin 8f5d0d4d3e update to symfony v2.0.6 vor 13 Jahren
src 0829c17d23 Avoid updating newer versions in case of version conflict vor 13 Jahren
web 2ef7751d89 Delete composer phar file vor 13 Jahren
.gitignore 93357a582f update to symfony 2.0.5 vor 13 Jahren
LICENSE 4c7b8e0226 Initial commit vor 13 Jahren
README.md 1f37d9d3a8 Added missing asset publishing step to the installation instructions. vor 13 Jahren
deps 2510d8340d Update vendors vor 13 Jahren
deps.lock bc99367a03 Update composer (and actually add Svn support for good) vor 13 Jahren
phpunit.xml.dist 6fcd50600a Fix phpunit config vor 13 Jahren

README.md

Packagist

Package Repository Website for Composer, see the about page on packagist.org for more.

Installation

  • Clone the repository
  • Run bin/vendors install to get all the vendors.
  • Copy app/config/parameters.yml.dist to app/config/parameters.yml and edit the relevant values for your setup.
  • Run app/console doctrine:schema:create to setup the DB.
  • Run app/console assets:install web to deploy the assets on the web dir.
  • Make a VirtualHost with DocumentRoot pointing to web/
  • You should now be able to access the site, create a user, etc.