2017 © Pedro Peláez
 

project anime-db

The application for making home collection anime

image

anime-db/anime-db

The application for making home collection anime

  • PHP
  • 4 Dependents
  • 0 Suggesters
  • 7 Forks
  • 32 Open issues
  • 34 Versions
  • 0 % Grown

The README.md

Anime DB, (*1)

Latest Stable Version Latest Unstable Version Total Downloads Build Status Coverage Status Scrutinizer Code Quality SensioLabs Insight StyleCI License, (*2)

Anime DB

This is the application for making your home collection anime
The application is for home use only
As of PHP 5.4.0, (*3)

Repositories

The official source code for this application can be retrieved from
http://github.com/anime-db/anime-db, (*4)

Documentation

Recommend that you read the user guide., (*5)

Installation

Clone this repository to fetch the latest version of this application, (*6)

git clone git://github.com/anime-db/anime-db.git && cd anime-db

Start by downloading Composer. If you have curl installed, it's as easy as:, (*7)

curl -s https://getcomposer.org/installer | php

Installation of dependencies using Composer, (*8)

php composer.phar install

Note: After install the application you can uninstall Composer and use this command for update the application if you need:, (*9)

php bin/composer update

Note: For Windows you can download PHP archive from php.net. You need extract the archive to folder bin/php for a quick start. Then you can install from the Composer, the following command:, (*10)

bin/php/php.exe composer.phar install --no-dev --prefer-dist

Note: Do not forget list of extensions specified in the depending section of this document, (*11)

Quick start

From Windows

Note: The default is expected that PHP is installed on directory bin/php. If you put the PHP is installed on your computer, you need edit config file to specify the path to PHP. Open file config.ini and set real path to PHP., (*12)

php=php

To run the application, call programm, (*13)

AnimeDB.exe

From Linux

To run the application, call the script, (*14)

./AnimeDB start

To stop the application, call the script, (*15)

./AnimeDB stop

To restart the application, call the script, (*16)

./AnimeDB restart

Open application

After starting the application, open the browser http://localhost:56780/, (*17)

If you want to access an application on your local network, you need open on another computer the browser with address http://IP_ADDRES:56780/, where IP_ADDRES is the IP address of the computer on which the application is running, (*18)

Install as service

Note: Work only in Linux, (*19)

To start the application as a service, you need edit startup-file of the application to specify the path to it, (*20)

vim AnimeDB

Set real path to application, (*21)

path=/path/to/anime-db

Create a symbolic link on service, (*22)

ln -s /path/to/anime-db/AnimeDB /etc/init.d/AnimeDB

Run service, (*23)

service AnimeDB start

For the application is launched after the computer start, run the command, (*24)

update-rc.d AnimeDB defaults

Depending

SQLite >= 3
PHP version >= 5.4.x
PHP extensions: * pdo_sqlite, (*25)

The Versions