2017 © Pedro Peláez
 

library comment

Anax comment module.

image

mafd16/comment

Anax comment module.

  • Thursday, October 12, 2017
  • by marton
  • Repository
  • 0 Watchers
  • 0 Stars
  • 61 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 13 Versions
  • 0 % Grown

The README.md

Mafd16 comment

Latest Stable Version Build Status CircleCI Build Status Scrutinizer Code Quality Code Coverage SensioLabsInsight, (*1)

Mafd16 comment module., (*2)

Install

Install using composer and then integrate the module with your Anax installation., (*3)

Install with composer

composer require mafd16/comment

Configuration files for comment module

cp vendor/mafd16/comment/config/route/* config/route
cp vendor/mafd16/comment/config/database.php config/

Integrate the following parts in to your own installation of Anax (do not just copy!), (*4)

vendor/mafd16/comment/config/di.php to config/di.php
vendor/mafd16/comment/config/route.php to config/route.php
vendor/mafd16/comment/config/view.php to config/view.php

Set up and configure an sqlite database

If you don´t already have a database set up, (*5)

cp -r vendor/anax/database/data/ data/
chmod 777 data

sqlite3 data/db.sqlite < vendor/mafd16/comment/sql/ddl/comments_sqlite.sql
sqlite3 data/db.sqlite < vendor/mafd16/comment/sql/ddl/user_sqlite.sql
chmod 666 data/db.sqlite

License

This software carries a MIT license., (*6)

Copyright (c) 2017 Martin Fagerlund (mngfagerlund@gmail.com)

The Versions