assetic icon indicating copy to clipboard operation
assetic copied to clipboard

Provide some installation documentation

Open schmittjoh opened this issue 13 years ago • 2 comments

For non-symfony users, it might be beneficial to provide some installation instructions.

see #207

schmittjoh avatar Jul 26 '12 11:07 schmittjoh

@kasperisager, Thanks, your project helped me very much. For anyone interested - basic installation is quite simple (composer is used to install a single symfony component - Process) :

  1. Clone/Download the project
  2. in your project directory, run curl -s https://getcomposer.org/installer | php
  3. and then - php composer.phar install

Assetic is now ready to use, check out the docs directory or @kasperisager's project for examples.

tsi avatar Oct 16 '12 08:10 tsi

I managed to get it working without any command line; I'll fork and put up a demo when I get some time

Evan-R avatar May 14 '13 10:05 Evan-R