andytruong/vcbible

Application reading application

Installs: 5

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Type:project

v0.1.x-dev 2015-05-16 02:10 UTC

This package is not auto-updated.

Last update: 2024-04-09 01:01:09 UTC


README

Install

# install composer
curl -sS https://getcomposer.org/installer | php mv composer.phar

# create code base using composer
composer.phar create-project andytruong/vcbible:0.1.*@dev vcbible

# change directory
cd vcbible

# create database structure
php public/index.php orm:schema-tool:create

# create data importing commands
php public/index.php bible:import --restart=1

# start importing
for i in {1..1000}; do php public/index.php bible:import; sleep 5; done;

# Run server, then web application can be found at http://localhost:8888/
php public/index.php server

In production site, you need update ./config/default.php.

Features

  1. Multiple translation
  2. Inline edit interface
  3. Responsive UI

Screenshot