miguelibero / meinhof-standard
this is the meinhof standard distribution
Installs: 39
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 2
Open Issues: 1
Language:CSS
Requires
- php: >=5.3.2
- kriswallsmith/assetic: 1.2.*
- michelf/php-markdown: 1.4.*
- miguelibero/meinhof: master-dev
- symfony/translation: 2.5.*
- symfony/yaml: 2.5.*
- twig/twig: 1.12.*
This package is not auto-updated.
Last update: 2024-08-03 13:17:45 UTC
README
This is a basic meinhof site to start your own.
It it still a work in progress in early stages.
To start using meinhof please do the following:
curl -s http://getcomposer.org/installer | php
php composer.phar create-project --stability=dev miguelibero/meinhof-standard my_new_meinof_site
After answering the questions you should have a simple meinhof blog.
To update your blog execute
./bin/meinhof update
More useful recipes can be found in this blog post