2017 © Pedro Peláez
 

project multiblog

image

naroga/multiblog

  • Wednesday, June 1, 2016
  • by naroga
  • Repository
  • 1 Watchers
  • 1 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

naroga/multiblog

A blogging engine for multiblogs., (*1)

Installation

Install this project through composer:, (*2)

$ composer create-project naroga/multiblog

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

Requisites

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

$ 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., (*5)

Running the project with Vagrant

To run the project, start vagrant:, (*6)

$ vagrant up

Now, just open http://multiblog.local/app_dev.php., (*7)

License

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

Contribution

To contribute to this project, please read the contribution guide., (*9)

The Versions