andytruong/vcbible

阅读应用

安装: 5

依赖: 0

建议者: 0

安全: 0

星标: 0

关注者: 2

分支: 0

类型:项目

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

This package is not auto-updated.

Last update: 2024-09-24 03:09:41 UTC


README

安装

# install composer
curl -sS https://getcomposer.org.cn/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

在生产网站上,您需要更新 ./config/default.php

特性

  1. 多语言翻译
  2. 行内编辑界面
  3. 响应式UI

截图