naroga/multiblog

dev-master 2016-05-31 22:09 UTC

This package is auto-updated.

Last update: 2024-04-11 23:14:19 UTC


README

A blogging engine for multiblogs.

Installation

Install this project through composer:

$ composer create-project naroga/multiblog

Then, configure your virtual host to point to the web directory. You can find examples here.

Requisites

To run this project in dev mode, you'll need Vagrant, with the hostmanager plugin:

$ vagrant plugin install vagrant-hostmanager

To run it in production mode, check out Symfony's requirements and how to create a virtualhost for a Symfony project.

Running the project with Vagrant

To run the project, start vagrant:

$ vagrant up

Now, just open http://multiblog.local/app_dev.php.

License

This project is released under the MIT license. For more information, see the LICENSE file.

Contribution

To contribute to this project, please read the contribution guide.